ripcrypt/templates/css/resets/inputs.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

5 lines
58 B
CSS

.ripcrypt {
button, input, select {
all: initial;
}
}