-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Table row hover color not so "in your face" * Adjust page title and top left title * Leave some crap in css and conf.py to play around with, cleanup later
- Loading branch information
Showing
2 changed files
with
27 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/* | ||
html[data-theme="light"] { | ||
--pst-color-secondary: #a23632; | ||
} | ||
html[data-theme="light"] { | ||
--pst-color-inline-code: #a23632; | ||
} | ||
*/ | ||
table tr:hover td { | ||
background-color: var(--bs-gray-300); | ||
} | ||
|
||
/* pydata teal (primary): #126A7E */ | ||
/* pydata violet (secondary): #7D0E70 */ |
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