1
0
Fork 0
forked from Deuxfleurs/site

Compare commits

..

No commits in common. "ffe96d9c51e612b1699670124d084489c08e2f35" and "40772c46cb3d13d964af60c15c0c4a0b5a2444f0" have entirely different histories.

3 changed files with 580 additions and 578 deletions

File diff suppressed because it is too large Load diff

View file

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

View file

@ -16,3 +16,5 @@ main {
grid-area: core-start / main-col-start / main-row-fin / main-col-sep 12;
}
}