Last active
July 7, 2020 08:43
-
-
Save eddiesigner/e3b7815b7d455b0cd9a3e9e0a5ab8f50 to your computer and use it in GitHub Desktop.
Liebling Ghost theme - Force light mode
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
:root, | |
[data-theme="light"], | |
[data-theme="dark"], | |
:root:not([data-theme="light"]) { | |
--background-color: #fff; | |
--primary-foreground-color: #4a4a4a; | |
--secondary-foreground-color: #000; | |
--primary-subtle-color: #04aeee; | |
--secondary-subtle-color: #f4f8fd; | |
--titles-color: #333; | |
--link-color: #293951; | |
--primary-border-color: #9b9b9b; | |
--secondary-border-color: aliceblue; | |
--article-shadow-normal: 0 10px 10px rgba(0,0,0,0.08); | |
--article-shadow-hover: 0 4px 60px 0 rgba(0,0,0,0.2); | |
--transparent-background-color: rgba(255,255,255,0.99); | |
--footer-background-color: #293951; | |
--submenu-shadow-color-opacity: 0.25; | |
--button-shadow-color-normal: rgba(108, 108, 108, 0.2); | |
--button-shadow-color-hover: rgba(108, 108, 108, 0.3); | |
--toggle-darkmode-button-color: #fff; | |
--table-background-color-odd: #fafafa; | |
--table-head-border-bottom: #e2e2e2; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment