Skip to content

Commit 1779f38

Browse files
committed
update
1 parent 6851e18 commit 1779f38

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

styles.scss

+10-9
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,10 @@ section#footnotes {
141141
font-size: 80% !important;
142142
}
143143

144-
#buone_pratiche .green { background-color: lightgreen; }
145-
#buone_pratiche .red { background-color: lightcoral; }
146-
#buone_pratiche .yellow { background-color: lightyellow; }
144+
#buone_pratiche .green { background-color: #c1ffd7; }
145+
#buone_pratiche .yellow { background-color: #fff1c5; }
146+
#buone_pratiche .red { background-color: #e57373; }
147+
147148

148149
#buone_pratiche .thumbs-up::before { content: '👍';
149150
display: block; }
@@ -159,9 +160,9 @@ display: block; }
159160
font-size: 80% !important;
160161
}
161162

162-
#matrice_compatibilita .green { background-color: lightgreen; }
163-
#matrice_compatibilita .red { background-color: lightcoral; }
164-
#matrice_compatibilita .yellow { background-color: lightyellow; }
163+
#matrice_compatibilita .green { background-color: #c1ffd7; }
164+
#matrice_compatibilita .red { background-color: #e57373; }
165+
#matrice_compatibilita .yellow { background-color: #fff1c5;; }
165166

166167
#matrice_compatibilita .thumbs-up::before { content: '👍';
167168
display: block; }
@@ -176,7 +177,7 @@ display: block; }
176177
}
177178

178179
.legenda_licenze table tbody tr:first-child td:first-child {
179-
background-color: lightgreen; /* Sfondo verde chiaro */
180+
background-color: #c1ffd7; /* Sfondo verde chiaro */
180181
}
181182

182183
.legenda_licenze table tbody tr:first-child td:first-child::before {
@@ -186,7 +187,7 @@ display: block; }
186187
}
187188

188189
.legenda_licenze table tbody tr:nth-child(2) td:first-child {
189-
background-color: lightcoral; /* Sfondo rosso chiaro */
190+
background-color: #e57373; /* Sfondo rosso chiaro */
190191
}
191192

192193
.legenda_licenze table tbody tr:nth-child(2) td:first-child::before {
@@ -196,7 +197,7 @@ display: block; }
196197
}
197198

198199
.legenda_licenze table tbody tr:nth-child(3) td:first-child {
199-
background-color: lightyellow; /* Sfondo giallo chiaro */
200+
background-color: #fff1c5;; /* Sfondo giallo chiaro */
200201
}
201202

202203
.legenda_licenze table tbody tr:nth-child(3) td:first-child::before {

0 commit comments

Comments
 (0)