1
0
Fork 0
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:
Tixie 2024-06-07 15:18:16 +02:00
parent 8e64f17016
commit ffe96d9c51
No known key found for this signature in database

View file

@ -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;
@ -211,7 +216,7 @@ pre.center > a{
h1:before, h1:after{
content: '';
}
}
h2:before{
content: '______________________________________________________________________\A""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""\A* ';
@ -260,4 +265,3 @@ pre.center > a{
border-color: var(--txt-night);
}
}