From: danix Date: Sun, 19 Feb 2023 07:53:24 +0000 (+0100) Subject: removed colors sass file because of redundancy X-Git-Url: https://git.danix.xyz/?p=theme-danix.xyz.git;a=commitdiff_plain;h=bdd934a9795d94f5db649cf98b7f8ea42c4d0d59 removed colors sass file because of redundancy --- diff --git a/assets/sass/_colors.scss b/assets/sass/_colors.scss deleted file mode 100644 index 9626c2a..0000000 --- a/assets/sass/_colors.scss +++ /dev/null @@ -1,7 +0,0 @@ -$dark-grey: #222831; -$light-grey: #393E46; -$dark-orange: #FD7014; -$light-orange: #FF8B13; -$base-bg: #D8D9CF; -$light-accent: #F273E6; -$dark-accent: #CF4DCE;