1
0
Fork 0
forked from Deuxfleurs/site

Compare commits

..

1 commit

Author SHA1 Message Date
339079cf95
Renommer Wiki pour Guide dans la navigation 2024-06-07 16:01:43 +02:00

View file

@ -29,6 +29,7 @@
--calendrier: darkkhaki;
--footer: deeppink;
--lightgrey: lightgrey;*/
}
/* PAR DEFAUT */
@ -58,6 +59,7 @@ a {
color: darkgreen;
}
nav ul{
list-style: none;
padding: 0px;
@ -126,7 +128,7 @@ footer {
#liens{
text-align: center;
margin-bottom: var(--med_margin);
margin-bottom: var(--med_margin)
}
/* MENU */
@ -200,8 +202,7 @@ pre.center > a {
/* RESPONSIVE */
/* Tablettes */
@media (max-width: 1500px) and (min-width: 801px) {
h2,
h1 {
h2, h1{
font-size: 1rem;
font-weight: normal;
margin: 0px;
@ -221,7 +222,7 @@ pre.center > a {
}
h1:before, h1:after{
content: "";
content: '';
}
h2:before{
@ -242,6 +243,7 @@ pre.center > a {
white-space: pre;
overflow: hidden;
}
}
/* THEME SOMBRE */