WIP 02: style adjustments to match eh22 styleguide

This commit is contained in:
kritzl 2025-02-15 13:00:05 +01:00
commit a4e83ec21a
Signed by: kritzl
SSH key fingerprint: SHA256:5BmINP9VjZWaUk5Z+2CTut1KFhwLtd0ZynMekKbtViM
5 changed files with 86 additions and 69 deletions

View file

@ -23,6 +23,15 @@ html, body {
}
.dokuwiki {
.tabs > ul li a,
ul.tabs li strong,
ul.tabs li a {
border-color: var(--color-shade-4);
}
ul.tabs::after {
border-color: var(--color-shade-4);
}
.page ol li,
.page ul li,
.aside ul li {
@ -88,6 +97,7 @@ html, body {
}
/* license note under edit window */
div.license {
font-size: @font-size-small;
line-height: @line-height-default;