Create a secondary PussTheCat.org closer to the original vision

This commit is contained in:
TheFrenchGhosty
2020-05-15 18:40:57 +02:00
parent a1e880fc89
commit 9aeea0c647
4 changed files with 65 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
@use "classic";
$link: #6ca9e6;
$link: #808080;
$theme: map-merge(classic.$theme, (
"background-primary": #121212,
@@ -26,11 +26,11 @@ $theme: map-merge(classic.$theme, (
"background-go-input": #687078,
"background-primary-quote": #343a40,
"background-banner-success": #343a40,
"foreground-primary": #d3d3d3,
"foreground-primary": #ffffff,
"foreground-header": #fff,
"foreground-power-primary": #fff,
"foreground-power-secondary": #d3d3d3,
"foreground-power-tertiary": #d3d3d3,
"foreground-power-secondary": #ffffff,
"foreground-power-tertiary": #ffffff,
"foreground-go-control": #fff,
"foreground-thumbnail-alt": #ccc,
"foreground-timeline-page": #aaa,
@@ -39,7 +39,7 @@ $theme: map-merge(classic.$theme, (
"link-power": $link,
"link-error-page": $link,
"link-hashtag": #7eae74,
"edge-context-divider": 2px solid #d3d3d3,
"edge-context-divider": 2px solid #ffffff,
"edge-thumbnail-hover": solid #ffffff,
"edge-go-control": 1px solid #000,
"edge-power-divider": 1px solid #343a40,