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,34 @@
.sidebar {
width: 220px;
background: #23272b;
color: #fff;
padding: 1.5rem 1rem;
min-height: 100vh;
}
.sidebar h2 {
margin-top: 0;
font-size: 1.3rem;
margin-bottom: 1.2rem;
}
.sidebar-list {
list-style: none;
padding: 0;
margin: 0;
}
.sidebar-list li {
margin-bottom: 1rem;
}
.sidebar-list a {
color: #90caf9;
text-decoration: none;
font-weight: 500;
transition: color 0.2s;
}
.sidebar-list a:hover {
color: #fff;
}