mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-22 21:25:43 -05:00
docs: switch to copper-ish accent colours
This commit is contained in:
parent
c4e96af44f
commit
e2e1ba1459
1 changed files with 9 additions and 0 deletions
|
@ -18,4 +18,13 @@ html_theme_options = {
|
|||
"globaltoc_collapse": True,
|
||||
"light_logo": "kupfer-black-transparent.svg",
|
||||
"dark_logo": "kupfer-white-transparent.svg",
|
||||
"light_css_variables": {
|
||||
"color-brand-primary": "#882a1a",
|
||||
"color-brand-content": "#882a1a",
|
||||
},
|
||||
"dark_css_variables": {
|
||||
"color-brand-primary": "#eba38d",
|
||||
"color-brand-content": "#eba38d",
|
||||
"color-problematic": "#ff7564",
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue