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); } +*/