RC-65 | Gear | Display Data

This commit is contained in:
Oliver-Akins 2025-01-25 23:49:51 -07:00
parent 9a3b82ef6a
commit 1e416ff9bf
10 changed files with 172 additions and 39 deletions

View file

@ -85,6 +85,10 @@
grid-template-rows: subgrid;
list-style-type: none;
> li {
padding: 0 4px;
}
> :nth-child(even) {
background: var(--alt-row-background);
color: var(--alt-row-text);