Skip to content

Commit

Permalink
manual: make the call-to-action announcement green.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark committed Oct 3, 2023
1 parent 6ce85fc commit cca8db1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/manual/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@
}
if is_production:
html_theme_options.update({
"light_css_variables": {
"color-announcement-background": "#56bf62",
"color-announcement-text": "#094a05",
},
"dark_css_variables": {
"color-announcement-background": "#1c4808",
"color-announcement-text": "#64cc69",
},
"announcement":
"The Early Bird units are being shipped by Mouser! "
"<a href='https://crowdsupply.com/1bitsquared/glasgow'>Pre-Order yours now</a>"
Expand Down

0 comments on commit cca8db1

Please sign in to comment.