summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruvok cheetah2023-06-13 19:13:10 +0200
committeruvok cheetah2023-06-13 19:13:10 +0200
commit0e7e8fa6e5a28b699b273c7e1202732c3cc5e106 (patch)
treeb0057bf45cd1d7f196bc36697e7f5992347322e0
parentd742c4264d6c94d7a4fe492640537024d01ec177 (diff)
Change greyness
-rw-r--r--assets/main.scss3
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;
}
+