From 21275f74e978d85b480a91b6057582bf3634f82a Mon Sep 17 00:00:00 2001 From: Marius <24592972+gilbN@users.noreply.github.com> Date: Fri, 23 Jul 2021 14:46:00 +0200 Subject: [PATCH] aquamarine accent color change --- CSS/variables/aquamarine.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CSS/variables/aquamarine.css b/CSS/variables/aquamarine.css index 47ad5aa3..57407dac 100644 --- a/CSS/variables/aquamarine.css +++ b/CSS/variables/aquamarine.css @@ -12,8 +12,8 @@ --button-text: #eee; --button-text-hover: #FFF; - --accent-color: 0, 150, 136; - --accent-color-hover: #12afa0; + --accent-color: 18, 175, 160; + --accent-color-hover: rgb(var(--accent-color),.8); --link-color: #0ed2bf; --link-color-hover: #fff; --label-text-color: #fff;