-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- use JuPedSim blue for heading - remove theme switcher - add PyPI badge - add Zenodo badge
- Loading branch information
1 parent
0312290
commit e85be86
Showing
3 changed files
with
238 additions
and
3 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,15 @@ | ||
/* Provided by Sphinx's 'basic' theme, and included in the final set of assets */ | ||
@import "../basic.css"; | ||
|
||
html[data-theme="light"] { | ||
/*Set main color to match color of main logo color */ | ||
--pst-color-primary: rgb(0 86 118); | ||
} | ||
} | ||
|
||
h1, h2 { | ||
color: #005676 !important; | ||
font-weight: bolder; | ||
} | ||
h3, h4, h5, h6 { | ||
color: #005676 !important; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters