fix issues with tabs

This commit is contained in:
Chris Kruining 2024-10-29 16:20:48 +01:00
parent b27abe928d
commit addc6bfb11
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
14 changed files with 210 additions and 137 deletions

View file

@ -49,6 +49,7 @@ body {
grid: 100% / 100%;
background-color: var(--surface-1);
color: var(--text-2);
margin: 0;
@ -68,7 +69,7 @@ a {
}
h1 {
color: var(--primary);
color: var(--text-1);
text-transform: uppercase;
font-size: 4rem;
font-weight: 100;