fix: unify accent color to #FA5C01 (original logo orange)

This commit is contained in:
Agent Zero
2026-07-11 21:07:14 +02:00
parent 5f67cc9140
commit 00c23bc066
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ export default <Config>{
text: "#ffffff",
"text-muted": "#d4d4d4",
accent: {
DEFAULT: "#EC6925",
DEFAULT: "#FA5C01",
hover: "#d4581a",
light: "rgba(236, 105, 37, 0.08)",
border: "rgba(236, 105, 37, 0.25)",