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

@@ -93,7 +93,7 @@
#input-container {
display: flex;
box-shadow: 0 0 0 1.5px var(--gray) inset;
box-shadow: 0 0 0 1.5px var(--input-border) inset;
border-radius: var(--border-radius);
padding: 0 12px;
align-items: center;