WIP style adjustments to match eh22 styleguide

This commit is contained in:
kritzl 2025-02-15 03:32:26 +01:00
commit 9402a254c6
Signed by: kritzl
SSH key fingerprint: SHA256:5BmINP9VjZWaUk5Z+2CTut1KFhwLtd0ZynMekKbtViM
56 changed files with 966 additions and 232 deletions

View file

@ -53,7 +53,7 @@
.noopentasks {
span {
background-color: @ini_background_site;
background-color: var(--color-background);
border-color: @noopentasks-border;
color: @ini_text_webframe;
}
@ -86,7 +86,7 @@
}
table.inline {
background-color: #FFF;
background-color: var(--color-background);
margin-top: .5rem;
@media @screen_max-sm {