web: dark theme & coloring, border, focus fixes

This commit is contained in:
wukko
2024-06-16 21:45:24 +06:00
parent 2080a3e1ae
commit f8f248f399
5 changed files with 70 additions and 14 deletions

View File

@@ -59,7 +59,7 @@
}
#sidebar {
background: var(--secondary);
background: var(--sidebar-bg);
height: 100vh;
width: var(--sidebar-width);
position: sticky;
@@ -94,14 +94,7 @@
display: block;
position: absolute;
pointer-events: none;
background: linear-gradient(
90deg,
rgba(0, 0, 0, 0.9) 0%,
rgba(0, 0, 0, 0) 4%,
rgba(0, 0, 0, 0) 50%,
rgba(0, 0, 0, 0) 96%,
rgba(0, 0, 0, 0.9) 100%
);
background: var(--sidebar-mobile-gradient);
}
#sidebar-tabs {