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:
Gerard Marull-Paretas 2021-05-21 10:49:32 +02:00 committed by Kumar Gala
commit baf11138c5

View file

@ -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;