This is so I have more granular control over interactions between resets and intentional styles
5 lines
58 B
CSS
5 lines
58 B
CSS
.ripcrypt {
|
|
button, input, select {
|
|
all: initial;
|
|
}
|
|
}
|