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;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.highlight{
|
||||||
|
color: var(--day-highlight-color);
|
||||||
|
background-color: var(--day-highlight-bg);
|
||||||
|
}
|
||||||
|
|
||||||
/*GESTION DE LA GRILLE DU DOCUMENT*/
|
/*GESTION DE LA GRILLE DU DOCUMENT*/
|
||||||
div#container{
|
div#container{
|
||||||
display: grid;
|
display: grid;
|
||||||
|
@ -211,7 +216,7 @@ pre.center > a{
|
||||||
|
|
||||||
h1:before, h1:after{
|
h1:before, h1:after{
|
||||||
content: '';
|
content: '';
|
||||||
}
|
}
|
||||||
|
|
||||||
h2:before{
|
h2:before{
|
||||||
content: '______________________________________________________________________\A""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""\A* ';
|
content: '______________________________________________________________________\A""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""\A* ';
|
||||||
|
@ -260,4 +265,3 @@ pre.center > a{
|
||||||
border-color: var(--txt-night);
|
border-color: var(--txt-night);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue