mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-14 12:48:04 -08:00
docs: adjust tip colors in dark mode
This commit is contained in:
parent
a2353d93e7
commit
ac4c022a33
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue