NavBar v.0.0.1

This commit is contained in:
Nirodan
2025-07-07 10:57:18 +02:00
parent 537df29737
commit d927679667
10 changed files with 150 additions and 38 deletions
+14
View File
@@ -0,0 +1,14 @@
.toggle-button {
background-color: transparent;
color: inherit;
border: none;
font-size: 16px;
padding: 5px 10px;
cursor: pointer;
transition: background-color 0.2s ease;
}
.toggle-button:hover {
background-color: rgba(255, 255, 255, 0.1);
border-radius: 5px;
}