summaryrefslogtreecommitdiffstats
path: root/core/css/apps.scss
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-10-23 15:14:10 +0200
committerGitHub <noreply@github.com>2018-10-23 15:14:10 +0200
commit171fe69db7cbb674ff80ea4ed6d3506d5c409a05 (patch)
treeec827f7e913c6b654b5b2ba535f3c682803069ff /core/css/apps.scss
parenta11bef25a2dbc587f36a08dbb7384518d8f33860 (diff)
parent782927a05f6d3340aaf28a26c0c3075f5cafc430 (diff)
downloadnextcloud-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.scss9
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);