Skip to content

Commit

Permalink
change the color of the note
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengp0 committed Apr 14, 2024
1 parent e5161da commit 799a904
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,16 @@
"color-brand-content": "#008080",
"color-problematic": "#BF5844",
"color-background-secondary": "#F8F8F8",
"color-admonition-title--note": "#008080",
"color-admonition-title-background---note": "#00808033",
},
"dark_css_variables": {
"color-brand-primary": "#6FD8D1",
"color-brand-content": "#6FD8D1",
"color-problematic": "#FA9F50",
"color-background-secondary": "#202020",
"color-admonition-title--note": "#6FD8D1",
"color-admonition-title-background---note": "#6FD8D133",
},
}
# get versions
Expand Down

0 comments on commit 799a904

Please sign in to comment.