Minor style changes

This commit is contained in:
Laurent
2024-10-30 14:59:27 +01:00
parent 68082376e7
commit 1c82b6f69a
4 changed files with 21 additions and 32 deletions

View File

@@ -10,6 +10,11 @@
}
}
*
{
color: #4b0611;
}
*,
*::before,
*::after {
@@ -18,7 +23,6 @@
*
{
color: #F5F5F5;
text-decoration: none;
font-size: var(--font-size, 1vw);
transition: 0.3s;
@@ -32,6 +36,7 @@
h1
{
font-size: calc(var(--font-size, 1vw) * 2.15);
text-decoration: underline;
}
html, body