diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-10-01 23:29:46 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-10-19 12:04:19 +0200 |
commit | d9387add9ebf57823a1ad5b736830638829c4954 (patch) | |
tree | 545306b781eba12557d515715182041936d0184c /core/css/styles.scss | |
parent | ce9377a46484f0df180aee53d0b80b04644e64dc (diff) | |
download | nextcloud-server-d9387add9ebf57823a1ad5b736830638829c4954.tar.gz nextcloud-server-d9387add9ebf57823a1ad5b736830638829c4954.zip |
Move fonts from light/semibold to regular/bold for better readability
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/css/styles.scss')
-rw-r--r-- | core/css/styles.scss | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss index dc217fb8f22..6f65f00df19 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -84,7 +84,7 @@ ul { body { background-color: var(--color-main-background); - font-weight: 300; + font-weight: normal; font-size: .8em; line-height: 1.6em; font-family: var(--font-face); @@ -327,14 +327,14 @@ label.infield { .warning { legend, a { color: var(--color-primary-text) !important; - font-weight: 600 !important; + font-weight: bold !important; } } .error { a { color: var(--color-primary-text) !important; - font-weight: 600 !important; + font-weight: bold !important; &.button { color: var(--color-text-lighter) !important; display: inline-block; @@ -541,7 +541,7 @@ code { .ui-datepicker-title { line-height: 1; - font-weight: 300; + font-weight: normal; } .ui-icon { opacity: .5; @@ -622,7 +622,7 @@ code { .ui-timepicker-title { line-height: 1; - font-weight: 300; + font-weight: normal; } } /* AM/PM fix */ @@ -1025,7 +1025,7 @@ div.crumb { &:not(:first-child) a { } &:last-child { - font-weight: 600; + font-weight: bold; margin-right: 10px; // Allow multiple span next to the main 'a' a ~ span { |