Skip to content

Commit

Permalink
Fix link colors
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Dec 22, 2023
1 parent f1f3919 commit e9419b4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
Binary file modified docs/_static/logo-black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/logo-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 8 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,10 @@
'color-api-name': '#e13b41',
'color-api-overall': '#5d6370',
'color-api-background-hover': '#f7f7fd',
# The next setting
# is needed for inline code,
# but it also affects actual links.
# Need to tackle this.
# We also need to adjust the color of text links.
'color-link': '#e13b41',
'color-link--hover': '#e13b41',
'color-link-underline': '#d6d7e5',
'color-link-underline--hover': '#e13b41',
'color-inline-code-background': '#f7f7fd',
'color-admonition-title--caution': '#f0aa3a',
'color-admonition-title-background--caution': 'rgba(240,170,58,.2)',
Expand Down Expand Up @@ -151,6 +149,11 @@
# .sig-inline, code.literal {
# padding: 0.15em 0.25em;
# }
#
# * center sidebar title
# .sidebar-brand-text {
# text-align: center;
# }
'font-stack': 'Open Sans, sans-serif',
}
}
Expand Down

0 comments on commit e9419b4

Please sign in to comment.