diff options
Diffstat (limited to 'client/src/sass/class-helpers.scss')
-rw-r--r-- | client/src/sass/class-helpers.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/src/sass/class-helpers.scss b/client/src/sass/class-helpers.scss index 2d7e0cce9..c67179ccb 100644 --- a/client/src/sass/class-helpers.scss +++ b/client/src/sass/class-helpers.scss | |||
@@ -5,10 +5,10 @@ | |||
5 | 5 | ||
6 | .link-orange { | 6 | .link-orange { |
7 | color: pvar(--mainForegroundColor); | 7 | color: pvar(--mainForegroundColor); |
8 | font-weight: $font-bold; | 8 | font-weight: $font-semibold; |
9 | border-bottom: 0.19em solid pvar(--mainColor); | 9 | border-bottom: 0.18em solid pvar(--mainColor); |
10 | display: inline-block; | 10 | display: inline-block; |
11 | line-height: 1.2; | 11 | line-height: 1.1; |
12 | 12 | ||
13 | &:hover { | 13 | &:hover { |
14 | color: pvar(--mainForegroundColor); | 14 | color: pvar(--mainForegroundColor); |