Update the system CSS to use sub-layers

This is so I have more granular control over interactions between resets and intentional styles
This commit is contained in:
Oliver-Akins 2025-04-11 21:06:40 -06:00
parent 714da335e8
commit 0135ca1124
13 changed files with 61 additions and 64 deletions

View file

@ -1,16 +1,10 @@
.ripcrypt.popover.frameless table,
.ripcrypt.hud table,
.ripcrypt > .window-content table {
all: revert;
box-sizing: border-box;
border-collapse: collapse;
thead, tbody, tr {
all: revert;
}
td, th {
all: revert;
padding: 2px 4px;
font-weight: initial;
text-align: left;