From 9cfcbabb032c729b06d581412a64a9e7cefed6b1 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Mon, 6 Oct 2025 19:22:14 +0200 Subject: style(format): install prettier and run --- frontend/scss/main.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontend/scss/main.scss') 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 */ -- cgit v1.2.3