summaryrefslogtreecommitdiffstats
path: root/assets/css
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-04-21 17:53:29 +0200
committerVolpeon <git@volpeon.ink>2021-04-21 17:53:29 +0200
commit01826b6f4f94ff2881a88ae5463b9c0368d5603b (patch)
tree0f95e373f0e04add901ae6f3a0842dea1928a0e0 /assets/css
parentShow category icon in project previews (diff)
downloadvolpeon.ink-01826b6f4f94ff2881a88ae5463b9c0368d5603b.tar.gz
volpeon.ink-01826b6f4f94ff2881a88ae5463b9c0368d5603b.tar.bz2
volpeon.ink-01826b6f4f94ff2881a88ae5463b9c0368d5603b.zip
Fix outer button font weight
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/components/_outer-button.scss2
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') {