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
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2018-10-19 13:16:12 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2018-10-19 13:16:12 +0300
commit2eceb1a3b37d394262eef619b136415df435fcb4 (patch)
treef227550d6f43ed184ea7fc216b74d7a5949a63f0 /core/css/variables.scss
parent9d05347fba5aa60d11382f62a575f384825d15df (diff)
Text color #222 instead of #000 for better readability
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/css/variables.scss')
-rw-r--r--core/css/variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/variables.scss b/core/css/variables.scss
index d217a9bfa71..f105118ada1 100644
--- a/core/css/variables.scss
+++ b/core/css/variables.scss
@@ -31,7 +31,7 @@
// SCSS variables
// DEPRECATED, please use CSS4 vars
-$color-main-text: #000 !default;
+$color-main-text: #222 !default; // Not #000 for better readability
$color-main-background: #fff !default;
// used for different active/disabled states