Adjust default button styling
Buttons are now slightly wider, include an increased border radius, and the font weight is bold
This commit is contained in:
parent
117a595f49
commit
4cb66c7100
|
@ -1,5 +1,8 @@
|
|||
.btn {
|
||||
--btn-padding-x: 1rem;
|
||||
--btn-border-radius: 2rem;
|
||||
color: RGB(var(--body-text));
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.btn-link:hover {
|
||||
|
|
Loading…
Reference in New Issue