aboutsummaryrefslogtreecommitdiff
path: root/frontend/scss/main.scss
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/scss/main.scss')
-rw-r--r--frontend/scss/main.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/scss/main.scss b/frontend/scss/main.scss
index 541dd9e..d704d74 100644
--- a/frontend/scss/main.scss
+++ b/frontend/scss/main.scss
@@ -6,8 +6,8 @@
:root {
--color-dark: hsl(202, 25%, 9%);
--color-light: #dce4e4;
- --color-gray: #BCB3BB; /* quote and legend */
- --color-rose: #F2B5D4; /* link accent */
+ --color-gray: #bcb3bb; /* quote and legend */
+ --color-rose: #f2b5d4; /* link accent */
--color-light-rose: hsl(330, 55%, 70%, 0.2); /* link accent hover and highlight */
--color-black: rgba(0, 0, 0, 0.4); /* pre, code */