header text color changed to meet luminosity ratio requirement

This commit is contained in:
Sampath 2023-05-23 15:38:16 +05:30
parent c8310021bc
commit 15388fb03e

View File

@ -108,7 +108,7 @@ table.storage thead td {
background-color: @BaseLight; background-color: @BaseLight;
/*[{datatable-header-background}]*/ /*[{datatable-header-background}]*/
text-align: left; text-align: left;
color: #808080; color: #333333;
/*[{datatable-header-text}]*/ /*[{datatable-header-text}]*/
outline: none; outline: none;
} }