Correct some style stuff

This commit is contained in:
Laurent
2024-11-03 16:37:13 +01:00
parent 30337d9abc
commit 91e520402c
10 changed files with 102 additions and 42 deletions

View File

@@ -10,6 +10,12 @@
}
}
/* For debugging purposes
* {
outline: 1px solid #2600ff;
}
*/
*
{
color: #4b0611;
@@ -28,15 +34,10 @@
transition: 0.3s;
}
/* For debugging purposes
* {
outline: 1px solid #2600ff;
}
*/
h1
{
font-size: calc(var(--font-size, 1vw) * 2.15);
text-decoration: underline;
text-align: center;
}
html, body

View File

@@ -5,7 +5,7 @@
margin: 0;
padding: 0;
height: 100vh;
z-index: 1;
z-index: 9999;
list-style-type: none;
background: rgb(252, 220, 171, 0.85);
overflow: hidden;