MediaWiki:Hydradark.css: Difference between revisions

m
create local color variable for the thing I just added.
(adjust highlight color for cargo data tables & fix cooking effects table border issues)
m (create local color variable for the thing I just added.)
Line 122: Line 122:
--wikitable-header-background: rgba(108, 180, 122,0.2);
--wikitable-header-background: rgba(108, 180, 122,0.2);
--wikitable-header-color: #fff;
--wikitable-header-color: #fff;
--wikitable-hover-color: rgba(6, 28, 23, 0.7);


--code-background: rgba(6, 28, 23,0.5);
--code-background: rgba(6, 28, 23,0.5);
Line 170: Line 171:
}
}
table.dataTable.display tbody tr:hover, table.dataTable.hover tbody tr:hover {
table.dataTable.display tbody tr:hover, table.dataTable.hover tbody tr:hover {
     background: var(--qud-bg-color-semidark);
     background: var(--wikitable-hover-color);
}
}