Skip to content

Commit

Permalink
Change color of annoucement banner
Browse files Browse the repository at this point in the history
  • Loading branch information
AVHopp committed Jul 25, 2024
1 parent a97c7e1 commit ce1c852
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@
"color-sidebar-search-text": "white",
"color-sidebar-search-icon": BROWN,
# The announcement background and text color
"color-announcement-background": "red",
"color-announcement-text": "black",
"color-announcement-background": LIGHT_BLUE,
"color-announcement-text": LIGHT_GRAY,
},
# Colors for dark mode.
"dark_css_variables": {
Expand Down Expand Up @@ -226,8 +226,8 @@
# Color of search bar when clicking search
"color-sidebar-search-background--focus": DARK_BLUE,
# The announcement background and text color
"color-announcement-background": "red",
"color-announcement-text": "black",
"color-announcement-background": LIGHT_BLUE,
"color-announcement-text": LIGHT_GRAY,
},
# Logos. Location is relative to _static folder.
"light_logo": "logo1.svg", # Logo for light mode
Expand Down

0 comments on commit ce1c852

Please sign in to comment.