From a25b18648f1fc1e1ba174bbb9f71970af13bb7d1 Mon Sep 17 00:00:00 2001 From: seolcu Date: Sat, 1 Jun 2024 17:43:56 +0900 Subject: [PATCH] change pico theme color to violet --- src/styles/_global.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/styles/_global.scss b/src/styles/_global.scss index 3a4f77d..e0b271a 100644 --- a/src/styles/_global.scss +++ b/src/styles/_global.scss @@ -1,4 +1,6 @@ -@use "@picocss/pico/scss/pico"; +@use "@picocss/pico/scss/pico" with ( + $theme-color: "violet" +); @font-face { font-family: 'Pretendard-Regular';