Skip to content

Commit

Permalink
docs: Change link color from pink to blue (#1553)
Browse files Browse the repository at this point in the history
Co-authored-by: Edgar R. M <[email protected]>
  • Loading branch information
DouweM and edgarrmondragon authored Mar 28, 2023
1 parent 563663f commit 3346e52
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@
"font-stack": "Hanken Grotesk,-apple-system,Helvetica,sans-serif",
"color-foreground-primary": "#080216",
"color-background-primary": "#E9E5FB",
"color-link": "#f963bc",
"color-link": "#3A64FA",
"color-link-underline": "transparent",
"color-link--hover": "#f963bc",
"color-link-underline--hover": "#f963bc",
"color-link--hover": "#3A64FA",
"color-link-underline--hover": "#3A64FA",
# brand
"color-brand-primary": "#311772",
"color-brand-content": "#311772",
Expand All @@ -94,16 +94,12 @@
"dark_css_variables": {
"color-background-primary": "#080216",
"color-link": "#18c3fa",
"color-link-underline": "transparent",
"color-link--hover": "#18c3fa",
"color-link-underline--hover": "#18c3fa",
# brand
"color-brand-primary": "#311772",
"color-brand-content": "rgba(255, 255, 255, 0.7)",
# sidebar
"color-sidebar-background": "#311772",
"color-sidebar-search-background": "#080216",
"color-sidebar-item-background--hover": "#311772",
},
}

Expand Down

0 comments on commit 3346e52

Please sign in to comment.