aboutsummaryrefslogtreecommitdiff
path: root/frontend/scss/main.scss
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2025-10-06 19:22:14 +0200
committerAnhgelus Morhtuuzh <william@herges.fr>2025-10-06 19:22:14 +0200
commit9cfcbabb032c729b06d581412a64a9e7cefed6b1 (patch)
treee5ff64ed658ef1af98d53191a252c0d0c7e1c7f5 /frontend/scss/main.scss
parent412a77b7c1ba1819f4bf1c0697ddd19d7af21e19 (diff)
style(format): install prettier and run
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 */