config color

This commit is contained in:
2026-01-16 01:53:32 +09:00
parent 1728f8dd35
commit 5d12d8b0dc
2 changed files with 3 additions and 2 deletions

View File

@@ -3,6 +3,6 @@
"handle": "syui.syui.ai", "handle": "syui.syui.ai",
"collection": "ai.syui.log.post", "collection": "ai.syui.log.post",
"network": "syu.is", "network": "syu.is",
"color": "#0066cc", "color": "#EF454A",
"siteUrl": "https://syui.ai" "siteUrl": "https://syui.ai"
} }

View File

@@ -95,7 +95,8 @@ body {
} }
.header-btn.at-btn:hover { .header-btn.at-btn:hover {
background: #0052a3; background: var(--btn-color);
filter: brightness(0.85);
} }
.header-btn.login-btn { .header-btn.login-btn {