[BBIM docs] change color of ui breadcrumb on dark background #4777 by @dirkolbrich

Sorry I messed up this merge and did a force push somehow
This commit is contained in:
Dion Moult
2024-05-31 21:15:33 +10:00
parent e2c67c2f37
commit 77abe9a0a5
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ section img {
background-color: var(--color-admonition-title-background);
border-radius: 5px;
font-style: italic;
color: var(--color-admonition-title);
color: var(--color-admonition-text);
}
img.icon {
width: auto;
+2
View File
@@ -99,6 +99,7 @@ html_theme_options = {
"color-link--visited": "#39b54a",
"color-link--hover": "#d98014",
"color-link--visited--hover": "#d98014",
"color-admonition-text": "#651fff",
"font-stack": "Nunito, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji"
},
"dark_css_variables": {
@@ -113,6 +114,7 @@ html_theme_options = {
"color-link--visited": "#39b54a",
"color-link--hover": "#d98014",
"color-link--visited--hover": "#d98014",
"color-admonition-text": "#EEEEEC",
"font-stack": "Nunito, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji"
},