diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-02-21 13:14:27 +0200 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-02-21 13:14:27 +0200 |
commit | d3192bed44cabf7f8e402b30853ff22761be1ec5 (patch) | |
tree | 700868d2480eb18e164afb42efe9da880ab599a2 /sass/_predefined.scss | |
parent | 7aab4f576a04ac0a12f9114d3ddefae59a58f7ab (diff) |
Resolving quite some problems in the JS, marking the scss colors and more...
Changes to be committed:
modified: static/js/main.js
modified: config.toml
modified: content/posts/typography.md
modified: sass/_predefined.scss
renamed: static/js/clipboard.js -> static/js/copy.js
deleted: static/js/clipboard.min.js
deleted: static/js/katex.js
deleted: static/js/katex.min.js
deleted: sass/katex.min.css
deleted: sass/katex.css
Diffstat (limited to 'sass/_predefined.scss')
-rw-r--r-- | sass/_predefined.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sass/_predefined.scss b/sass/_predefined.scss index acdfa28..0cb193b 100644 --- a/sass/_predefined.scss +++ b/sass/_predefined.scss @@ -6,10 +6,10 @@ $text: #c6cddb; // general text // white grey $light-grey: #494f5c; // bg // all below are grey darkish $dark-grey: #3b3e48; $highlight-grey: #7d828a; -$midnightblue: #31333d; +$midnightblue: #2b303b; //#31333d; // to fix code syntax highlighting //$theme: #018574; -//$text: #8dabd0; // general text // mod white +//$text: #8dabd0; // fg // general text // mod white //$light-grey: #4e6695; // bg // mod blue //$dark-grey: #4e6695; //$highlight-grey: #4e6695; |