summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
Diffstat (limited to 'sass')
-rw-r--r--sass/style.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/sass/style.scss b/sass/style.scss
index cc2b935..63797c0 100644
--- a/sass/style.scss
+++ b/sass/style.scss
@@ -9,8 +9,12 @@ a {
color: everforest.$blue;
}
+.wip-indicator {
+ color: everforest.$yellow;
+}
+
.langcolor {
&-rust {
- color: #CE412B;
+ color: everforest.$orange;
}
}