Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-06-21 11:15:37 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-06-25 18:12:27 +0300
commit627df8f247838bd783d8ca1b21fbcec54b708a94 (patch)
tree056211d7ef47435b39aa5a5531e5fb967dc2e319 /core
parent66d472501fec01f00bc2fd87ece3b6e20a326b77 (diff)
Fixed default font and highcontrast font
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.scss2
-rw-r--r--core/shipped.json1
2 files changed, 2 insertions, 1 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss
index 3affa3d7096..fddf9fa2f65 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: 400;
+ font-weight: 300;
font-size: .8em;
line-height: 1.6em;
font-family: var(--font-face);
diff --git a/core/shipped.json b/core/shipped.json
index 0c09e53244b..d31fff95cac 100644
--- a/core/shipped.json
+++ b/core/shipped.json
@@ -1,5 +1,6 @@
{
"shippedApps": [
+ "accessibility",
"activity",
"admin_audit",
"comments",