Adapted themings to allow for light and dark

This commit is contained in:
2023-10-26 10:24:30 +01:00
parent 3c900a9aef
commit be1bd54fb9
7 changed files with 64 additions and 34 deletions

View File

@ -36,7 +36,7 @@
border-right: 2em;
background: var(--bg);
color: var(--fg);
box-shadow: .5em .5em .5em var(--red);
box-shadow: .5em .5em .5em var(--header);
}
dialog::backdrop {
background: rgba(0, 0, 0, 0.7);