diff options
-rw-r--r-- | assets/css/components/_outer-button.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/components/_outer-button.scss b/assets/css/components/_outer-button.scss index 4e7a242..00c4ccb 100644 --- a/assets/css/components/_outer-button.scss +++ b/assets/css/components/_outer-button.scss | |||
@@ -24,7 +24,7 @@ | |||
24 | background-color: prop(--colors --bg); | 24 | background-color: prop(--colors --bg); |
25 | color: prop(--colors --fg); | 25 | color: prop(--colors --fg); |
26 | font-size: 1rem; | 26 | font-size: 1rem; |
27 | font-weight: 450; | 27 | font-weight: 500; |
28 | text-decoration: none; | 28 | text-decoration: none; |
29 | 29 | ||
30 | @include modifier('inverted') { | 30 | @include modifier('inverted') { |