Skip to content

Instantly share code, notes, and snippets.

@eddiesigner
Last active July 7, 2020 08:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eddiesigner/e3b7815b7d455b0cd9a3e9e0a5ab8f50 to your computer and use it in GitHub Desktop.
Save eddiesigner/e3b7815b7d455b0cd9a3e9e0a5ab8f50 to your computer and use it in GitHub Desktop.
Liebling Ghost theme - Force light mode
: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