From 311fcb2a6f154932a430e44dd107a47b70130bf8 Mon Sep 17 00:00:00 2001 From: FarseaSH Date: Tue, 11 Jun 2024 19:57:52 +0800 Subject: [PATCH] IMPROVEMENT: change color of the back-to-top button --- assets/style-refractored.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/style-refractored.scss b/assets/style-refractored.scss index 9b707db..11978cf 100644 --- a/assets/style-refractored.scss +++ b/assets/style-refractored.scss @@ -480,7 +480,7 @@ hr { outline: none; background-color: #d1d1d1; /* Set a background color */ - color: #696969; /* Text color */ + color: #3a6ba5; /* Text color */ opacity: 0.85;