7 lines
142 B
CSS
7 lines
142 B
CSS
button,
|
|
input,
|
|
optgroup,
|
|
select,
|
|
textarea {
|
|
border: inherit; /* border: 0 by default in vitepress removes all border for border class */
|
|
} |