testing stuff

This commit is contained in:
Samuel Lorch 2023-03-26 19:04:29 +02:00
parent 3882050cb7
commit 4e2366e0c7
4 changed files with 24 additions and 16 deletions

View file

@ -119,3 +119,6 @@
background-color: var(--cl-bg);
color: var(--cl-fg);
}
.cl-p-3 { background-color: var(--cl-0-1); }
.cl-s-3 { background-color: var(--cl-1-1);}

View file

@ -60,7 +60,7 @@ th svg {
button, .button {
background-color: var(--cl-bg-el);
}
.button:hover, button:hover {
.button:hover, button:hover, svg:hover {
background-color: var(--cl-bg-hl);
}
@ -81,3 +81,8 @@ tbody tr:hover, th:hover {
.nav-body > button, .button {
background-color: var(--cl-bg);
}
.nav-body > * > button, .nav-body > * > button > svg {
background-color: var(--cl-bg);
}