mirror of
https://github.com/modrinth/code.git
synced 2026-08-31 03:55:59 +00:00
16 lines
226 B
CSS
16 lines
226 B
CSS
button,
|
|
input[type='button'] {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
background: transparent;
|
|
color: inherit;
|
|
font: inherit;
|
|
cursor: pointer;
|
|
outline: 2px solid transparent;
|
|
}
|
|
|
|
:where(*) {
|
|
border: 0 solid currentColor;
|
|
}
|