mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-12 14:33:28 +00:00
[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:
+1
-1
@@ -63,7 +63,7 @@ section img {
|
|||||||
background-color: var(--color-admonition-title-background);
|
background-color: var(--color-admonition-title-background);
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
color: var(--color-admonition-title);
|
color: var(--color-admonition-text);
|
||||||
}
|
}
|
||||||
img.icon {
|
img.icon {
|
||||||
width: auto;
|
width: auto;
|
||||||
|
|||||||
@@ -99,6 +99,7 @@ html_theme_options = {
|
|||||||
"color-link--visited": "#39b54a",
|
"color-link--visited": "#39b54a",
|
||||||
"color-link--hover": "#d98014",
|
"color-link--hover": "#d98014",
|
||||||
"color-link--visited--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"
|
"font-stack": "Nunito, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji"
|
||||||
},
|
},
|
||||||
"dark_css_variables": {
|
"dark_css_variables": {
|
||||||
@@ -113,6 +114,7 @@ html_theme_options = {
|
|||||||
"color-link--visited": "#39b54a",
|
"color-link--visited": "#39b54a",
|
||||||
"color-link--hover": "#d98014",
|
"color-link--hover": "#d98014",
|
||||||
"color-link--visited--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"
|
"font-stack": "Nunito, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user