Skip to content

Commit

Permalink
Merge pull request #27 from AaronJackson/themefix
Browse files Browse the repository at this point in the history
Fix theme
  • Loading branch information
AaronJackson committed Jan 29, 2024
2 parents 60e9a55 + c21d0aa commit 9f4c404
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 0 additions & 2 deletions _static/custom.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@import url("css/theme.css");

.wy-side-nav-search {
background-color: #26592c;
}
5 changes: 4 additions & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,10 @@
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']

html_style = "custom.css"
html_css_files = [
'custom.css'
]


# Add any extra paths that contain custom files (such as robots.txt or
# .htaccess) here, relative to this directory. These files are copied
Expand Down

0 comments on commit 9f4c404

Please sign in to comment.