changed Pico CSS color from zinc to slate
This commit is contained in:
parent
eb6e496989
commit
0f2a959afd
@ -18,6 +18,8 @@ PATH = 'content'
|
||||
# Content Settings #
|
||||
###############################################################################
|
||||
|
||||
STYLESHEET_FILES = ("pico.slate.css", "font.local.css", "custom.css")
|
||||
|
||||
DIRECT_TEMPLATES = []
|
||||
|
||||
ARTICLE_PATHS = ["posts"]
|
||||
@ -75,8 +77,8 @@ MENUITEMS = (
|
||||
("Lyrik", "lyrik/"),
|
||||
("Weitere Texte", "weitere/")
|
||||
)),
|
||||
("Neues", "neues/meine-neue-webseite-ist-live.html"),
|
||||
# ("Neues", "neues/"),
|
||||
# ("Neues", "neues/meine-neue-webseite-ist-live.html"),
|
||||
("Neues", "neues/"),
|
||||
("Termine", "termine/"),
|
||||
# ("Termine", (
|
||||
# ("", "termine/"),
|
||||
@ -145,7 +147,6 @@ MARKDOWN = {
|
||||
# Self-defined Settings #
|
||||
###############################################################################
|
||||
|
||||
STYLESHEET_FILES = ("pico.zinc.css", "font.local.css", "custom.css")
|
||||
DEFAULT_METADESC = "Tobias Radloff ist preisgekrönter Schriftsteller von Romanen, Kurzgeschichten und Lyrik auf deutsch und englisch. Zu seinen Genres gehören Fantasy, SF, Krimi, Kinder-/Jugendbuch und mehr. Er organisiert und moderiert die regelmäßigen Lesereihen 'Potsdams andere Welten' und 'Babelsberger Lesesalon'."
|
||||
|
||||
import datetime
|
||||
|
||||
@ -236,18 +236,18 @@ nav details.dropdown summary:focus-visible {
|
||||
color-scheme: light;
|
||||
--pico-background-color: #fff;
|
||||
--pico-color: #373c44;
|
||||
--pico-text-selection-color: rgba(136, 145, 164, 0.25);
|
||||
--pico-text-selection-color: rgba(129, 145, 181, 0.25);
|
||||
--pico-muted-color: #646b79;
|
||||
--pico-muted-border-color: rgb(231, 234, 239.5);
|
||||
--pico-primary: #646b79;
|
||||
--pico-primary-background: #646b79;
|
||||
--pico-primary: #5d6b89;
|
||||
--pico-primary-background: #525f7a;
|
||||
--pico-primary-border: var(--pico-primary-background);
|
||||
--pico-primary-underline: rgba(100, 107, 121, 0.5);
|
||||
--pico-primary-hover: #4d535e;
|
||||
--pico-primary-hover-background: #5c6370;
|
||||
--pico-primary-underline: rgba(93, 107, 137, 0.5);
|
||||
--pico-primary-hover: #48536b;
|
||||
--pico-primary-hover-background: #48536b;
|
||||
--pico-primary-hover-border: var(--pico-primary-hover-background);
|
||||
--pico-primary-hover-underline: var(--pico-primary-hover);
|
||||
--pico-primary-focus: rgba(136, 145, 164, 0.5);
|
||||
--pico-primary-focus: rgba(129, 145, 181, 0.5);
|
||||
--pico-primary-inverse: #fff;
|
||||
--pico-secondary: #5d6b89;
|
||||
--pico-secondary-background: #525f7a;
|
||||
@ -391,18 +391,18 @@ nav details.dropdown summary:focus-visible {
|
||||
color-scheme: dark;
|
||||
--pico-background-color: rgb(19, 22.5, 30.5);
|
||||
--pico-color: #c2c7d0;
|
||||
--pico-text-selection-color: rgba(150, 158, 175, 0.1875);
|
||||
--pico-text-selection-color: rgba(144, 158, 190, 0.1875);
|
||||
--pico-muted-color: #7b8495;
|
||||
--pico-muted-border-color: #202632;
|
||||
--pico-primary: #969eaf;
|
||||
--pico-primary-background: #646b79;
|
||||
--pico-primary: #909ebe;
|
||||
--pico-primary-background: #525f7a;
|
||||
--pico-primary-border: var(--pico-primary-background);
|
||||
--pico-primary-underline: rgba(150, 158, 175, 0.5);
|
||||
--pico-primary-hover: #b3b9c5;
|
||||
--pico-primary-hover-background: #6f7887;
|
||||
--pico-primary-underline: rgba(144, 158, 190, 0.5);
|
||||
--pico-primary-hover: #b0b9d0;
|
||||
--pico-primary-hover-background: #5d6b89;
|
||||
--pico-primary-hover-border: var(--pico-primary-hover-background);
|
||||
--pico-primary-hover-underline: var(--pico-primary-hover);
|
||||
--pico-primary-focus: rgba(150, 158, 175, 0.375);
|
||||
--pico-primary-focus: rgba(144, 158, 190, 0.375);
|
||||
--pico-primary-inverse: #fff;
|
||||
--pico-secondary: #969eaf;
|
||||
--pico-secondary-background: #525f7a;
|
||||
@ -546,18 +546,18 @@ nav details.dropdown summary:focus-visible {
|
||||
color-scheme: dark;
|
||||
--pico-background-color: rgb(19, 22.5, 30.5);
|
||||
--pico-color: #c2c7d0;
|
||||
--pico-text-selection-color: rgba(150, 158, 175, 0.1875);
|
||||
--pico-text-selection-color: rgba(144, 158, 190, 0.1875);
|
||||
--pico-muted-color: #7b8495;
|
||||
--pico-muted-border-color: #202632;
|
||||
--pico-primary: #969eaf;
|
||||
--pico-primary-background: #646b79;
|
||||
--pico-primary: #909ebe;
|
||||
--pico-primary-background: #525f7a;
|
||||
--pico-primary-border: var(--pico-primary-background);
|
||||
--pico-primary-underline: rgba(150, 158, 175, 0.5);
|
||||
--pico-primary-hover: #b3b9c5;
|
||||
--pico-primary-hover-background: #6f7887;
|
||||
--pico-primary-underline: rgba(144, 158, 190, 0.5);
|
||||
--pico-primary-hover: #b0b9d0;
|
||||
--pico-primary-hover-background: #5d6b89;
|
||||
--pico-primary-hover-border: var(--pico-primary-hover-background);
|
||||
--pico-primary-hover-underline: var(--pico-primary-hover);
|
||||
--pico-primary-focus: rgba(150, 158, 175, 0.375);
|
||||
--pico-primary-focus: rgba(144, 158, 190, 0.375);
|
||||
--pico-primary-inverse: #fff;
|
||||
--pico-secondary: #969eaf;
|
||||
--pico-secondary-background: #525f7a;
|
||||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user