diff options
author | Volpeon <git@volpeon.ink> | 2021-04-21 17:53:29 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-04-21 17:53:29 +0200 |
commit | 01826b6f4f94ff2881a88ae5463b9c0368d5603b (patch) | |
tree | 0f95e373f0e04add901ae6f3a0842dea1928a0e0 /assets/css/components | |
parent | Show category icon in project previews (diff) | |
download | volpeon.ink-01826b6f4f94ff2881a88ae5463b9c0368d5603b.tar.gz volpeon.ink-01826b6f4f94ff2881a88ae5463b9c0368d5603b.tar.bz2 volpeon.ink-01826b6f4f94ff2881a88ae5463b9c0368d5603b.zip |
Fix outer button font weight
Diffstat (limited to 'assets/css/components')
-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') { |