doc: css: fix text color for toggle buttons in related samples
Missed this usability issue earlier. This makes the text and icon in collapsible admonition the same color as the admonition title. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
fad29ecb03
commit
f8398fda02
1 changed files with 1 additions and 0 deletions
1
doc/_static/css/custom.css
vendored
1
doc/_static/css/custom.css
vendored
|
@ -552,6 +552,7 @@ a.internal:visited code.literal {
|
|||
|
||||
.rst-content .admonition.toggle button {
|
||||
display: inline-flex;
|
||||
color: var(--admonition-note-title-color);
|
||||
}
|
||||
|
||||
.rst-content .admonition.toggle .tb-icon {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue