summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <[email protected]>2024-08-15 01:50:22 -0400
committerLibravatar Silas Bartha <[email protected]>2024-08-15 01:50:22 -0400
commit6d2f00dfe6d3279d2239cf0135dcd017d1bae46b (patch)
tree9040825448ace79226fa7bcfc2dd39c3cf7de589 /sass
parente2f7f90c4a14883c30acab7353ac6e8d645a715c (diff)
project page + pomd page
Diffstat (limited to 'sass')
-rw-r--r--sass/style.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/sass/style.scss b/sass/style.scss
index 65b7bae..cc2b935 100644
--- a/sass/style.scss
+++ b/sass/style.scss
@@ -8,3 +8,9 @@ body {
a {
color: everforest.$blue;
}
+
+.langcolor {
+ &-rust {
+ color: #CE412B;
+ }
+}