Public Access
5
0
This commit is contained in:
LD
2025-11-26 13:50:39 -05:00
2 changed files with 66 additions and 1 deletions

View File

@@ -12,6 +12,9 @@
box-sizing: border-box;
}
/** SECTION modifier par script **/
#updateDate {
visibility: hidden;
display: none;
@@ -32,6 +35,13 @@
color: white;
}
#pageCouranteNAV {
text-shadow: violet 2px ;
box-shadow: #ffefe5;
}
/** FIN DE SECTION modifier par script **/
body {
min-height: 100vh;
/* Pour footer at bottom from : https://douiri.org/blog/fix-footer-bottom-css/ */