diff options
-rw-r--r-- | assets/main.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/main.scss b/assets/main.scss index 0b119b1..0d5ddd7 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -2,6 +2,8 @@ # Only the main Sass file needs front matter (the dashes are enough) --- +$grey-color: #424242; + @import "minima"; code { @@ -43,3 +45,4 @@ a { a:visited { color: purple !important; } + |