Light mode fixes
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user