bibliogram/src/site/sass/themes/_pussthecat.org.scss

50 lines
1.7 KiB
SCSS

// Defined in scss file instead of sass because indented syntax does not have multiline maps
// This is based on the classic theme, so it pulls that in as the base and then overwrites only the properties it cares about
// This also makes it future-proof because future additions to classic will be automatically available in this style too
@use "classic";
$link: #808080;
$theme: map-merge(classic.$theme, (
"background-primary": #121212,
"background-timeline-profile": #121212,
"background-timeline-loading": #343a40,
"background-post-distraction": #0a0a0a,
"background-post-overlay": #0a0a0a95,
"background-post-header": #343a40,
"background-post-pfp-loading": #343a40,
"background-post-caption": #121212,
"background-post-gallery": #121212,
"background-post-loading": #121212,
"background-power-primary": #343a40,
"background-power-secondary": #121212,
"background-power-tertiary": #121212,
"background-power-palest": #121212,
"background-power-pale": #343a40,
"background-power-quote": #343a40,
"background-go-input": #687078,
"background-primary-quote": #343a40,
"background-banner-success": #343a40,
"foreground-primary": #ffffff,
"foreground-header": #fff,
"foreground-power-primary": #fff,
"foreground-power-secondary": #ffffff,
"foreground-power-tertiary": #ffffff,
"foreground-go-control": #fff,
"foreground-thumbnail-alt": #ccc,
"foreground-timeline-page": #aaa,
"foreground-post-header": #fff,
"link-primary": $link,
"link-power": $link,
"link-error-page": $link,
"link-hashtag": #7eae74,
"edge-context-divider": 2px solid #ffffff,
"edge-thumbnail-hover": solid #ffffff,
"edge-go-control": 1px solid #000,
"edge-power-divider": 1px solid #343a40,
"shadow-down": none,
"shadow-right": none,
"shadow-down-inset": none
));