ripcrypt/templates/css/resets/tables.css
Oliver-Akins 0135ca1124 Update the system CSS to use sub-layers
This is so I have more granular control over interactions between resets and intentional styles
2025-04-11 21:06:40 -06:00

7 lines
129 B
CSS

.ripcrypt.popover.frameless,
.ripcrypt.hud,
.ripcrypt > .window-content {
table, thead, tbody, th, tr, td {
all: revert;
}
}