Fix toc and tools borders

This commit is contained in:
traumweh 2025-04-05 14:23:13 +02:00
commit 37956dbf6e
Signed by: lilith
SSH key fingerprint: SHA256:WMHGS60rozMrHkA/VT+Ole85sPCLZ190yemdzY68WJo
2 changed files with 6 additions and 4 deletions

View file

@ -123,7 +123,7 @@
font-size: @font-size-small; font-size: @font-size-small;
transition: var(--transition-glow); transition: var(--transition-glow);
background-color: var(--color-shade-1); background-color: var(--color-shade-1);
border: solid 0.1em var(--color-shade-2); border: solid 0.1em transparent;
border-radius: 0.5rem; border-radius: 0.5rem;
color: var(--color-foreground); color: var(--color-foreground);
padding: .25em; padding: .25em;
@ -181,7 +181,7 @@
display: none; display: none;
width: 100%; width: 100%;
background-color: var(--color-shade-1); background-color: var(--color-shade-1);
border: solid .1em var(--color-shade-2); border: solid .1em transparent;
border-radius: 0.5rem; border-radius: 0.5rem;
@media @screen_min-xs { @media @screen_min-xs {
@ -241,7 +241,8 @@
padding: .6rem .5rem .5rem .8rem; padding: .6rem .5rem .5rem .8rem;
background-color: transparent; background-color: transparent;
color: var(--color-foreground); color: var(--color-foreground);
border: 0 none; border: solid .1em var(--color-shade-4);
border-radius: 0.5rem;
h3 { h3 {
display: none; display: none;

View file

@ -146,7 +146,8 @@ nav#dokuwiki__pagetools {
ul { ul {
box-shadow: @box-shadow; // @box-shadow-offset; box-shadow: @box-shadow; // @box-shadow-offset;
background-color: var(--color-shade-1); background-color: var(--color-shade-1);
border-color: var(--color-shade-2); border-color: var(--color-shade-4);
border-radius: 0.5rem;
li { li {
color: var(--color-foreground); color: var(--color-foreground);