mirror of
https://github.com/lockfale/OSINT-Framework.git
synced 2026-08-24 06:42:23 +02:00
fix(ui): improve light mode secondary text contrast to meet WCAG AA
#767676 on white = 4.54:1, just above the 4.5:1 AA threshold. #999 (previous value) was 2.85:1, which failed. Closes THE-37. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ body.light-mode {
|
||||
--color-bg: #ffffff;
|
||||
--color-surface: #f5f5f5;
|
||||
--color-text-primary: #000000;
|
||||
--color-text-secondary: #999;
|
||||
--color-text-secondary: #767676;
|
||||
--color-node-stroke: steelblue;
|
||||
--color-node-fill-branch: lightsteelblue;
|
||||
--color-node-fill-leaf: #ffffff;
|
||||
|
||||
Reference in New Issue
Block a user