chore: refine dark theme declarations + search ui
This commit is contained in:
parent
00b501d185
commit
caa49cf69e
12 changed files with 172 additions and 239 deletions
|
@ -9,11 +9,5 @@
|
|||
}
|
||||
|
||||
.progress-bar {
|
||||
background-color: var(--blue-600);
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.progress-bar {
|
||||
background-color: var(--blue-400);
|
||||
}
|
||||
background-color: var(--accent-color);
|
||||
}
|
Reference in a new issue