diff options
author | Valentin Popov <valentin@popov.link> | 2024-02-14 01:18:06 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2024-02-14 01:18:06 +0300 |
commit | edaeaf08b8750e8278b18484ff8e0aa180fe3fab (patch) | |
tree | 9a32a03659d396a82c83a1eaca1d19c00a21718d /_scss/_variables.scss | |
parent | 6ff06a6e0eb6824925bb058ef465f2713f0b315b (diff) | |
download | popov.link-edaeaf08b8750e8278b18484ff8e0aa180fe3fab.tar.xz popov.link-edaeaf08b8750e8278b18484ff8e0aa180fe3fab.zip |
Moved actual theme
Diffstat (limited to '_scss/_variables.scss')
-rw-r--r-- | _scss/_variables.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/_scss/_variables.scss b/_scss/_variables.scss new file mode 100644 index 0000000..f518ff4 --- /dev/null +++ b/_scss/_variables.scss @@ -0,0 +1,9 @@ +$color-bg: #212529; +$color-bg-alt: hwb(0deg 0% 100% / 20%); +$color-bg-code: #2e3440; +$color-blossom: #85BCF2; +$color-fade: #4e6f8e; +$color-header: #1b1f22; +$color-text: #dee2e6; +$font-family-base: "Jost", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; +$font-size-base: 1.8rem;
\ No newline at end of file |