fix path style above textfile list

This commit is contained in:
Til Schmitter 2026-05-13 22:33:41 +02:00
parent 4eebefb691
commit 0dc72f8be2

View file

@ -2210,7 +2210,9 @@ html.b .btn {
min-height: 1.4em; min-height: 1.4em;
white-space: nowrap; white-space: nowrap;
} }
#docul a:hover, #docul a:hover {
color: var(--btn-h-fg);
}
#tree .ntree a + a:hover { #tree .ntree a + a:hover {
background: var(--btn-h-bg); background: var(--btn-h-bg);
color: var(--btn-h-fg); color: var(--btn-h-fg);
@ -2508,12 +2510,16 @@ input[type="text"].invalid {
#docul li.bn { #docul li.bn {
text-align: center; text-align: center;
padding: .5em; padding: .5em;
white-space: normal;
} }
#docul li.bn span { #docul li.bn span {
color: var(--fg-weak); color: var(--fg-weak);
vertical-align: center; vertical-align: center;
text-shadow: none; text-shadow: none;
} }
#docul li a {
display: inline;
}
#doc.prism { #doc.prism {
padding-left: 3em; padding-left: 3em;
} }