Skip to content

Commit bfe945e

Browse files
committed
Don’t define colors in configuration
Let’s define them in the common CSS to avoid duplication with other projects.
1 parent dbcd1f7 commit bfe945e

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

docs/conf.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,6 @@
4949
html_theme = 'furo'
5050

5151
html_theme_options = {
52-
'light_css_variables': {
53-
'color-brand-primary': 'var(--red)',
54-
'color-brand-content': 'var(--red)',
55-
'color-brand-visited': 'var(--red)',
56-
'font-stack': 'ClarityCity, sans-serif',
57-
'font-stack--monospace': 'Inconsolata, monospace',
58-
'font-stack--headings': 'Inconsolata, monospace',
59-
},
60-
'dark_css_variables': {
61-
'color-brand-primary': 'var(--red)',
62-
'color-brand-content': 'var(--red)',
63-
'color-brand-visited': 'var(--red)',
64-
},
6552
'top_of_page_buttons': ['edit'],
6653
'source_edit_link':
6754
'https://github.com/CourtBouillon/pydyf/edit/main/docs/{filename}',

0 commit comments

Comments
 (0)