@@ -141,9 +141,10 @@ section#footnotes {
141
141
font-size : 80% !important ;
142
142
}
143
143
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
+
147
148
148
149
#buone_pratiche .thumbs-up ::before { content : ' 👍' ;
149
150
display : block ; }
@@ -159,9 +160,9 @@ display: block; }
159
160
font-size : 80% !important ;
160
161
}
161
162
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 ; ; }
165
166
166
167
#matrice_compatibilita .thumbs-up ::before { content : ' 👍' ;
167
168
display : block ; }
@@ -176,7 +177,7 @@ display: block; }
176
177
}
177
178
178
179
.legenda_licenze table tbody tr :first-child td :first-child {
179
- background-color : lightgreen ; /* Sfondo verde chiaro */
180
+ background-color : #c1ffd7 ; /* Sfondo verde chiaro */
180
181
}
181
182
182
183
.legenda_licenze table tbody tr :first-child td :first-child ::before {
@@ -186,7 +187,7 @@ display: block; }
186
187
}
187
188
188
189
.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 */
190
191
}
191
192
192
193
.legenda_licenze table tbody tr :nth-child (2 ) td :first-child ::before {
@@ -196,7 +197,7 @@ display: block; }
196
197
}
197
198
198
199
.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 */
200
201
}
201
202
202
203
.legenda_licenze table tbody tr :nth-child (3 ) td :first-child ::before {
0 commit comments