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:
Andreas Nedbal 2023-10-29 23:44:14 +01:00 committed by Andreas Nedbal
parent 117a595f49
commit 4cb66c7100
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
.btn {
--btn-padding-x: 1rem;
--btn-border-radius: 2rem;
color: RGB(var(--body-text));
font-weight: bold;
}
.btn-link:hover {