docs: adjust tip colors in dark mode

This commit is contained in:
Jan De Dobbeleer 2023-01-09 15:31:29 +01:00 committed by Jan De Dobbeleer
parent a2353d93e7
commit ac4c022a33

View file

@ -122,6 +122,18 @@ div.theme-admonition.theme-admonition-tip.alert.alert--success {
border-color: #56949f;
}
html[data-theme="dark"] div.theme-admonition.theme-admonition-tip {
color: #102445;
}
html[data-theme="dark"] div.theme-admonition.theme-admonition-tip svg {
fill: #102445;
}
html[data-theme="dark"] div.theme-admonition.theme-admonition-tip a {
color: #102445;
}
iframe.youtube {
width: 100%;
margin-bottom: 15px;