Client - display cell heading with dark mode on mobile

This commit is contained in:
Sam 2023-12-17 11:31:37 +01:00
parent 910531e6bd
commit 82d7001e15

View File

@ -97,8 +97,8 @@
--mountains-filter: invert(90%) sepia(19%) saturate(0%) hue-rotate(39deg)
brightness(86%) contrast(102%);
--cell-heading-bg-color: #eeeeee;
--cell-heading-color: #696969;
--cell-heading-bg-color: #383838;
--cell-heading-color: #eeeeee;
--svg-filter: drop-shadow(10px 10px 10px var(--app-shadow-color));