forked from Deuxfleurs/site
CSS: Déplacement des 2 versions de la class utilitaire .highlight dans le même fichier (layout.css)
This commit is contained in:
parent
8e64f17016
commit
ffe96d9c51
1 changed files with 6 additions and 2 deletions
|
@ -92,6 +92,11 @@ img{
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
.highlight{
|
||||
color: var(--day-highlight-color);
|
||||
background-color: var(--day-highlight-bg);
|
||||
}
|
||||
|
||||
/*GESTION DE LA GRILLE DU DOCUMENT*/
|
||||
div#container{
|
||||
display: grid;
|
||||
|
@ -260,4 +265,3 @@ pre.center > a{
|
|||
border-color: var(--txt-night);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue