diff options
author | Silas Bartha <[email protected]> | 2024-08-17 19:34:17 -0400 |
---|---|---|
committer | Silas Bartha <[email protected]> | 2024-08-17 19:34:17 -0400 |
commit | 4d1368e382648e91aa6d0e5d05ae3292355ed994 (patch) | |
tree | 9323f1dee42be70c292cec23792f4f4787ff5311 /sass | |
parent | 73332a62e385d380ea124a6a05e65b4bef78b3ae (diff) |
bevy_outline_post_process page
Diffstat (limited to 'sass')
-rw-r--r-- | sass/style.scss | 6 |
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; } } |