Skip to content

Commit

Permalink
Fix visited link color
Browse files Browse the repository at this point in the history
  • Loading branch information
eliemichel committed May 7, 2024
1 parent 290b205 commit dd0cf6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,15 @@
"light_css_variables": {
"color-brand-primary": "#ac2800", # or #ac2800
"color-brand-content": "#007cac", # #05acc8 #0089BD
"color-brand-visited": "#007cac", # 12b0a2

"color-admonition-title--quickstart": "rgb(0, 124, 172)",
"color-admonition-title-background--quickstart": "rgba(0, 124, 172, 0.2)",
},
"dark_css_variables": {
"color-brand-primary": "#ce5733",
"color-brand-content": "#38a6b9", # #05acc8 #0089BD
"color-brand-visited": "#2280ae",

"color-admonition-title--quickstart": "rgb(56, 166, 185)",
"color-admonition-title-background--quickstart": "rgba(56, 166, 185, 0.2)",
Expand Down

0 comments on commit dd0cf6c

Please sign in to comment.