From 5d12d8b0dc790a23131301fc65311e6858b95162 Mon Sep 17 00:00:00 2001 From: syui Date: Fri, 16 Jan 2026 01:53:32 +0900 Subject: [PATCH] config color --- public/config.json | 2 +- src/styles/main.css | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/public/config.json b/public/config.json index 946bd70..a5358af 100644 --- a/public/config.json +++ b/public/config.json @@ -3,6 +3,6 @@ "handle": "syui.syui.ai", "collection": "ai.syui.log.post", "network": "syu.is", - "color": "#0066cc", + "color": "#EF454A", "siteUrl": "https://syui.ai" } diff --git a/src/styles/main.css b/src/styles/main.css index a006c61..f888b55 100644 --- a/src/styles/main.css +++ b/src/styles/main.css @@ -95,7 +95,8 @@ body { } .header-btn.at-btn:hover { - background: #0052a3; + background: var(--btn-color); + filter: brightness(0.85); } .header-btn.login-btn {