diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-10-23 15:14:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-23 15:14:10 +0200 |
commit | 171fe69db7cbb674ff80ea4ed6d3506d5c409a05 (patch) | |
tree | ec827f7e913c6b654b5b2ba535f3c682803069ff /core/css/apps.scss | |
parent | a11bef25a2dbc587f36a08dbb7384518d8f33860 (diff) | |
parent | 782927a05f6d3340aaf28a26c0c3075f5cafc430 (diff) | |
download | nextcloud-server-171fe69db7cbb674ff80ea4ed6d3506d5c409a05.tar.gz nextcloud-server-171fe69db7cbb674ff80ea4ed6d3506d5c409a05.zip |
Merge pull request #11932 from nextcloud/font-nunito
Change typeface to Nunito
Diffstat (limited to 'core/css/apps.scss')
-rw-r--r-- | core/css/apps.scss | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss index cce21aa26fb..dc05d2b3fbb 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -21,7 +21,7 @@ h2, h3, h4 { - font-weight: 600; + font-weight: bold; } h2 { @@ -727,7 +727,7 @@ kbd { border-radius: 0; text-align: left; padding-left: 42px; - font-weight: 400; + font-weight: normal; /* like app-navigation a */ color: var(--color-main-text); @@ -746,7 +746,6 @@ kbd { .section { display: block; padding: 30px; - color: var(--color-text-lighter); margin-bottom: 24px; &.hidden { display: none !important; @@ -804,7 +803,7 @@ kbd { margin-bottom: 1px; } &.selected { - font-weight: 600; + font-weight: bold; } &.selected, &:hover, @@ -921,7 +920,7 @@ $popovericon-size: 16px; align-items: flex-start; height: auto; margin: 0; - font-weight: 300; + font-weight: normal; box-shadow: none; width: 100%; color: var(--color-main-text); |