fix(dark mode): dark mode adjustments (#1069)
Co-authored-by: kolaente <k@knt.li> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1069 Reviewed-by: dpschen <dpschen@noreply.kolaente.de> Co-authored-by: konrad <k@knt.li> Co-committed-by: konrad <k@knt.li>
This commit is contained in:
parent
5c6fcffd75
commit
6cde8e2640
2 changed files with 5 additions and 1 deletions
|
@ -507,6 +507,8 @@ export default {
|
||||||
.active-cmd {
|
.active-cmd {
|
||||||
font-size: 1.25rem;
|
font-size: 1.25rem;
|
||||||
margin-left: .5rem;
|
margin-left: .5rem;
|
||||||
|
background-color: var(--grey-100);
|
||||||
|
color: var(--grey-800);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -76,7 +76,9 @@
|
||||||
--card-border-color: var(--grey-200);
|
--card-border-color: var(--grey-200);
|
||||||
--logo-text-color: hsl(180, 1%, 15%);
|
--logo-text-color: hsl(180, 1%, 15%);
|
||||||
|
|
||||||
|
--link: var(--primary);
|
||||||
|
--link-hover: hsla(var(--primary-h), var(--primary-s), var(--primary-l), .75);
|
||||||
|
--border: var(--grey-200);
|
||||||
|
|
||||||
&.dark {
|
&.dark {
|
||||||
// Light mode colours reversed for dark mode
|
// Light mode colours reversed for dark mode
|
||||||
|
|
Loading…
Add table
Reference in a new issue