mirror of
https://github.com/borgbackup/borg.git
synced 2026-04-15 21:59:58 -04:00
adjust docs theme colours for note divs
This commit is contained in:
parent
dd78e1a56e
commit
21cfdde73b
1 changed files with 2 additions and 2 deletions
4
docs/_themes/local/static/local.css_t
vendored
4
docs/_themes/local/static/local.css_t
vendored
|
|
@ -161,8 +161,8 @@ p.admonition-title:after {
|
|||
}
|
||||
|
||||
div.note {
|
||||
background-color: #0f5;
|
||||
border-bottom: 2px solid #d22;
|
||||
background-color: #002211;
|
||||
border-bottom: 2px solid #22dd22;
|
||||
}
|
||||
|
||||
div.seealso {
|
||||
|
|
|
|||
Loading…
Reference in a new issue