docs: alabaster theme: better contrast for background color of topics
The old value just was way to heavy, and notes/warnings/... admonitions did not stick out anymore. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
fd641b99c3
commit
bf23f63aa5
@ -14,6 +14,10 @@ pre {
|
||||
padding: 5px 10px;
|
||||
}
|
||||
|
||||
div.topic {
|
||||
background-color: #FAFAFA;
|
||||
}
|
||||
|
||||
li a.current {
|
||||
font-weight: bold;
|
||||
border-bottom: 1px solid #000;
|
||||
|
Loading…
Reference in New Issue
Block a user