web: space out css

This commit is contained in:
wukko
2024-06-14 16:38:10 +06:00
parent cc5bd1c3d5
commit 587b939f18
3 changed files with 8 additions and 0 deletions

View File

@@ -29,11 +29,13 @@
font-size: var(--sidebar-font-size);
opacity: 0.8;
}
.sidebar-tab.active {
color: var(--background);
background: var(--accent);
opacity: 1;
}
.sidebar-tab:hover {
opacity: 1;
}