This commit is contained in:
ed 2022-04-28 10:36:56 +02:00
parent 9269bc84f2
commit 5b0f7ff506

View file

@ -1443,9 +1443,11 @@ html.y #tree.nowrap .ntree a+a:hover {
background: var(--bg); background: var(--bg);
margin: -1em 0 .5em 0; margin: -1em 0 .5em 0;
padding: 1em 0 1em 0; padding: 1em 0 1em 0;
border-radius: .3em;
} }
html.y #doc { html.y #doc {
box-shadow: 0 0 .3em var(--bg-u5); box-shadow: 0 0 .3em var(--bg-u5);
background: #f7f7f7;
} }
#docul { #docul {
position: relative; position: relative;