Light mode fixes

This commit is contained in:
2026-04-19 10:21:49 +02:00
parent 3055ce53c1
commit 1bca99a6bb
2 changed files with 25 additions and 21 deletions

View File

@@ -179,6 +179,8 @@
.text-gray-900 { color: rgb(var(--text-primary-rgb)) !important; }
.text-gray-800 { color: rgba(var(--text-primary-rgb), 0.94) !important; }
.text-gray-700 { color: rgba(var(--text-primary-rgb), 0.82) !important; }
.text-gray-100 { color: rgb(var(--text-primary-rgb)) !important; }
.text-gray-50 { color: rgb(var(--text-primary-rgb)) !important; }
.text-gray-600 { color: rgba(var(--text-secondary-rgb), 0.96) !important; }
.text-gray-500 { color: rgba(var(--text-secondary-rgb), 0.78) !important; }
.text-gray-400 { color: rgba(var(--text-tertiary-rgb), 0.94) !important; }