Skip to content

Commit

Permalink
Don’t define colors in configuration
Browse files Browse the repository at this point in the history
Let’s define them in the common CSS to avoid duplication with other projects.
  • Loading branch information
liZe committed Jan 30, 2025
1 parent dbcd1f7 commit bfe945e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,6 @@
html_theme = 'furo'

html_theme_options = {
'light_css_variables': {
'color-brand-primary': 'var(--red)',
'color-brand-content': 'var(--red)',
'color-brand-visited': 'var(--red)',
'font-stack': 'ClarityCity, sans-serif',
'font-stack--monospace': 'Inconsolata, monospace',
'font-stack--headings': 'Inconsolata, monospace',
},
'dark_css_variables': {
'color-brand-primary': 'var(--red)',
'color-brand-content': 'var(--red)',
'color-brand-visited': 'var(--red)',
},
'top_of_page_buttons': ['edit'],
'source_edit_link':
'https://github.com/CourtBouillon/pydyf/edit/main/docs/{filename}',
Expand Down

0 comments on commit bfe945e

Please sign in to comment.