Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 1 : | Ligne 1 : | ||
html { | html { | ||
font-family: system-ui; | font-family: system-ui; | ||
} | |||
.warning { | |||
background-color: #c0025b; | |||
color:white; | |||
padding:1%; | |||
border-radius:5px; | |||
border: white 2px double; | |||
margin-bottom:15px; | |||
} | } | ||
Version du 14 mai 2025 à 14:17
html {
font-family: system-ui;
}
.warning {
background-color: #c0025b;
color:white;
padding:1%;
border-radius:5px;
border: white 2px double;
margin-bottom:15px;
}