From 3741b19086bcbff8244141b3767261086c5bb2b0 Mon Sep 17 00:00:00 2001 From: developer Date: Sat, 9 Nov 2024 23:22:43 +0800 Subject: [PATCH] fix: color btn --- _sass/colors/typography-light.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/colors/typography-light.scss b/_sass/colors/typography-light.scss index 6904c6de93c..2b5e110631d 100644 --- a/_sass/colors/typography-light.scss +++ b/_sass/colors/typography-light.scss @@ -18,7 +18,7 @@ --blockquote-text-color: #757575; --link-color: #9a00b2f1; --link-underline-color: #a8c2dcd0; - --button-bg: #79eb828b; + --button-bg: #27af4ca3; --btn-border-color: #e9ecef; --btn-backtotop-color: #686868; --btn-backtotop-border-color: #f1f1f1;