increase table cell contrast in light mode (muted opacity 0.35 -> 0.5)

This commit is contained in:
Tommy D. Rossi
2026-02-20 13:04:05 +01:00
parent a7ab6708ef
commit fdb19c5736
+1 -1
View File
@@ -64,7 +64,7 @@
--ll-text-primary: rgb(17, 17, 17);
--ll-text-secondary: rgba(0, 0, 0, 0.4);
--ll-text-tertiary: rgba(0, 0, 0, 0.25);
--ll-text-muted: rgba(0, 0, 0, 0.35);
--ll-text-muted: rgba(0, 0, 0, 0.5);
--ll-text-hover: rgba(0, 0, 0, 0.7);
--ll-bg: #fff;
--ll-border: #e3e3e3;