We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d56a5f2 commit 77a37b3Copy full SHA for 77a37b3
src/web/www/style/projectors/proj-table.css
@@ -22,8 +22,9 @@
22
}
23
24
.table th {
25
- background-color: var(--df-header-bg);
+ background-color: var(--table-header-bg);
26
font-weight: 600;
27
+ color: white;
28
29
30
.table tr:nth-child(even) {
src/web/www/style/variables.css
@@ -228,8 +228,8 @@
228
--modal-z: 101;
229
230
/* TABLE TABLES */
231
- --df-bg: var(--T3);
232
- --df-header-bg: oklch(from var(--df-bg) 85% calc(c * 0.7) h);
233
- --df-zebra-bg: oklch(from var(--df-bg) 88% c h);
234
- --df-hover-bg: oklch(80% 0.1 250); /* gentle blue highlight */
+ --df-bg: var(--SAND);
+ --table-header-bg: rgb(121, 121, 121);
+ --df-zebra-bg: var(--T2);
+ --df-hover-bg: oklch(90% 0.1 250); /* gentle blue highlight */
235
0 commit comments