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 dc3a754 commit 3fce261
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 @@ -43,19 +43,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/Kozea/WeasyPrint/edit/main/docs/{filename}',
Expand Down

0 comments on commit 3fce261

Please sign in to comment.