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 {
|
||||||
|
--btn-padding-x: 1rem;
|
||||||
|
--btn-border-radius: 2rem;
|
||||||
color: RGB(var(--body-text));
|
color: RGB(var(--body-text));
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-link:hover {
|
.btn-link:hover {
|
||||||
|
@ -61,4 +64,4 @@
|
||||||
.fa {
|
.fa {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue