Skip to content

Commit

Permalink
dark theme fix - attempt_22
Browse files Browse the repository at this point in the history
  • Loading branch information
Miro0o committed Feb 6, 2024
1 parent b48f8d3 commit 5d95b4c
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions assets/css/skin_control.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,37 +16,37 @@
$accent-color: #34374C;

:root{
--base-color: #000;
--text-color: #000;
/* --accent-color: #34374C;*/
--nav-color: #fff;
--background-color: #fff;
--nav-background-color: #000;
--code-background-color: tint(var(--base-color), 95%);
--border-color: tint(var(--base-color), 80%);

--primary-color: #000;
--success-color: #62c462;
--warning-color: #f89406;
--danger-color: #ee5f5b;
--info-color: #52adc8;

--base00: #fafafa;
--base01: #073642;
--base02: #586e75;
--base03: #657b83;
--base04: #839496;
--base05: #586e75;
--base06: #eee8d5;
--base07: #fdf6e3;
--base08: #dc322f;
--base09: #cb4b16;
--base0a: #b58900;
--base0b: #859900;
--base0c: #2aa198;
--base0d: #268bd2;
--base0e: #6c71c4;
--base0f: #d33682;
--base-color: #000;
--text-color: #000;
/*--accent-color: #34374C;*/
--nav-color: #fff;
--background-color: #fff;
--nav-background-color: #000;
--code-background-color: tint(var(--base-color), 95%);
--border-color: tint(var(--base-color), 80%);

--primary-color: #000;
--success-color: #62c462;
--warning-color: #f89406;
--danger-color: #ee5f5b;
--info-color: #52adc8;

--base00: #fafafa;
--base01: #073642;
--base02: #586e75;
--base03: #657b83;
--base04: #839496;
--base05: #586e75;
--base06: #eee8d5;
--base07: #fdf6e3;
--base08: #dc322f;
--base09: #cb4b16;
--base0a: #b58900;
--base0b: #859900;
--base0c: #2aa198;
--base0d: #268bd2;
--base0e: #6c71c4;
--base0f: #d33682;
}


Expand All @@ -73,7 +73,7 @@ a {
}

blockquote {
background-color: mix(var(--background-color), $accent-color)}, 90%);
background-color: mix(var(--background-color), $accent-color, 90%);
border-left-color: $accent-color;
}

Expand Down

0 comments on commit 5d95b4c

Please sign in to comment.