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,22 +9,12 @@
|
|||
}
|
||||
|
||||
.pagination button > svg {
|
||||
stroke: var(--blue-600);
|
||||
stroke: var(--accent-color);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.pagination button.disabled > svg {
|
||||
cursor: not-allowed;
|
||||
stroke: color-mix(in srgb, var(--black), transparent 50%);
|
||||
stroke: color-mix(in srgb, var(--text-color), transparent 50%);
|
||||
stroke-width: var(--stroke-width-default);
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.pagination button > svg {
|
||||
stroke: var(--blue-400);
|
||||
}
|
||||
|
||||
.pagination button.disabled > svg {
|
||||
stroke: var(--white);
|
||||
}
|
||||
}
|
Reference in a new issue