fuck tons of style and no ai generated content what so ever vallah

This commit is contained in:
Constantin Simonis 2025-07-08 11:37:02 +02:00
commit 2e64519528
No known key found for this signature in database
GPG key ID: 92EBCEB98F7AC5C5
14 changed files with 337 additions and 64 deletions

View file

@ -0,0 +1,26 @@
.navbar {
background-color: #222;
padding: 0.5rem 1rem;
}
.navbar-list {
list-style: none;
display: flex;
margin: 0;
padding: 0;
}
.navbar-item {
margin-right: 1.5rem;
}
.navbar-link {
color: #fff;
text-decoration: none;
font-weight: 500;
transition: color 0.2s;
}
.navbar-link:hover {
color: #90caf9;
}