doc: css: fix versions menu style
Versions menu dl > dt background color was not correct. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
ad7e3e1281
commit
baf11138c5
1 changed files with 1 additions and 1 deletions
2
doc/_static/css/custom.css
vendored
2
doc/_static/css/custom.css
vendored
|
@ -899,7 +899,7 @@ kbd, .kbd {
|
|||
padding-left: 0 !important;
|
||||
}
|
||||
|
||||
.rst-content dl:not(.docutils) dl dt, dl:not(.docutils,.rst-other-versions) dt {
|
||||
.rst-content dl:not(.docutils) dl:not(.rst-other-versions) dt {
|
||||
background: var(--admonition-note-background-color) !important;
|
||||
border-top: none !important;
|
||||
border-left: none !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue