site: style fixes
Set the right variables for dark mode --tag-kind-*. Style input foreground and background colors.
This commit is contained in:
parent
ba424dcb02
commit
15a98e03d1
1 changed files with 5 additions and 3 deletions
|
@ -133,6 +133,8 @@ img {
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
|
background-color: var(--bg);
|
||||||
|
color: var(--text);
|
||||||
font: inherit;
|
font: inherit;
|
||||||
border: var(--border-thin);
|
border: var(--border-thin);
|
||||||
padding: 0 0.1875rem;
|
padding: 0 0.1875rem;
|
||||||
|
@ -415,8 +417,8 @@ a.tag-kind-r:active {
|
||||||
--text: var(--dark-theme-text);
|
--text: var(--dark-theme-text);
|
||||||
--accent: var(--dark-theme-accent);
|
--accent: var(--dark-theme-accent);
|
||||||
--accent-hover: var(--dark-theme-accent-hover);
|
--accent-hover: var(--dark-theme-accent-hover);
|
||||||
--tag-kind-author: var(--dark-theme-tag-kind-author);
|
--tag-kind-a: var(--dark-theme-tag-kind-a);
|
||||||
--tag-kind-character: var(--dark-theme-tag-kind-character);
|
--tag-kind-c: var(--dark-theme-tag-kind-c);
|
||||||
--tag-kind-release: var(--dark-theme-tag-kind-release);
|
--tag-kind-r: var(--dark-theme-tag-kind-r);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue