diff --git a/static/css/layout.css b/static/css/layout.css index 6b754b3..1d5b28b 100644 --- a/static/css/layout.css +++ b/static/css/layout.css @@ -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); } } -