Fix settings: dark borders, update dropdown z-index, dead accessibility link (#6528)

This commit is contained in:
Anthony Stirling
2026-06-04 17:59:22 +01:00
committed by GitHub
parent 353b5c807c
commit 69ee39fa6e
4 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -515,7 +515,7 @@
/* Always-dark text (for use on light backgrounds like alerts) - does not change in dark mode */
--text-always-dark: #1f2937;
--text-always-dark-muted: #6b7280;
--border-subtle: #2a2f36;
--border-subtle: rgba(255, 255, 255, 0.08);
--border-default: #3a4047;
--border-strong: #4b5563;
--hover-bg: #374151;