From 8fa550d5ecec5d9c30ea51d52f387e948464c2ab Mon Sep 17 00:00:00 2001 From: Vozer <76500838+SlippingGitty@users.noreply.github.com> Date: Wed, 8 Jun 2022 14:07:58 -0500 Subject: [PATCH] Blue is the default accent --- src/_accents.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/_accents.scss b/src/_accents.scss index 1f69d08..4d4c767 100644 --- a/src/_accents.scss +++ b/src/_accents.scss @@ -9,12 +9,12 @@ */ -/* Blue +/* Blue */ :root { --accent: rgb(26, 129, 251); --accent-hover: rgba(0, 78, 174, 0.977); --accent-selected: rgb(26, 129, 251, 0.612); -} */ +} /* Red :root { @@ -23,9 +23,10 @@ --accent-selected: rgb(237, 60, 68, 0.612); } */ -/* Pink */ +/* Pink :root { --accent: rgb(248, 74, 156); --accent-hover: rgba(248, 74, 156, 0.977); --accent-selected: rgb(248, 74, 156, 0.612); } +*/