-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modify docs style to work with pydate dark/light modes #136
- Loading branch information
1 parent
843ec28
commit 2f3aae8
Showing
6 changed files
with
31 additions
and
38 deletions.
There are no files selected for viewing
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,35 +1,14 @@ | ||
/* Override the default color set in the original theme */ | ||
|
||
.navbar-light { | ||
background: #080c80 !important; | ||
} | ||
|
||
.bg-light { | ||
background-color: #080c80 !important; | ||
} | ||
|
||
.navbar-brand p { | ||
color: #fff !important; | ||
} | ||
html[data-theme="light"] { | ||
--pst-color-primary: #0057A5 !important; | ||
|
||
img.icon-link-image { | ||
height: 2.5em !important; | ||
} | ||
|
||
.navbar-toggler-icon { | ||
filter: invert(100%) ; | ||
/* sphinx design */ | ||
--sd-color-card-border-hover: #0057A5; | ||
--sd-color-tabs-label-active: #0057A5; | ||
--sd-color-tabs-label-hover: #0057A5; | ||
--sd-color-tabs-underline-active: #0057A5; | ||
} | ||
|
||
:root { | ||
/* sphinx design */ | ||
--sd-color-card-border-hover: #080c80; | ||
--sd-color-tabs-label-active: #080c80; | ||
--sd-color-tabs-label-hover: #080c80; | ||
--sd-color-tabs-underline-active: #080c80; | ||
|
||
/* hyperlinks */ | ||
--pst-color-link: 13, 56, 224; | ||
--pst-color-navbar-link: 237, 237, 255; | ||
--pst-color-navbar-link-hover: 255, 255, 255; | ||
--pst-color-navbar-link-active: 255, 255, 255; | ||
} | ||
/* html[data-theme="dark"] { | ||
} */ |
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