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:
Benjamin Cabé 2023-09-06 12:47:54 +02:00 committed by Carles Cufí
commit f8398fda02

View file

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