diff options
author | Julius Haertl <jus@bitgrid.net> | 2017-03-05 22:09:36 +0100 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2017-03-20 12:49:08 +0100 |
commit | 322ecdca63903a8f17aec4927c2d219e45d13e6c (patch) | |
tree | c93d8556a9e3eea4b99a0a742de4f31b0e6c92ae /core/css/apps.scss | |
parent | 9f259d4c7ace8da4eb1ace1788c2532ad7fec101 (diff) | |
download | nextcloud-server-322ecdca63903a8f17aec4927c2d219e45d13e6c.tar.gz nextcloud-server-322ecdca63903a8f17aec4927c2d219e45d13e6c.zip |
Make remaining colors depending on $color-main-text and $color-main-background
Signed-off-by: Julius Haertl <jus@bitgrid.net>
Diffstat (limited to 'core/css/apps.scss')
-rw-r--r-- | core/css/apps.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss index 31338b086b1..8e804bf85f4 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -464,7 +464,7 @@ em { .section { display: block; padding: 30px; - color: $color-main-text-dimmed; + color: $color-main-old-555555; margin-bottom: 24px; &.hidden { display: none !important; @@ -520,10 +520,10 @@ em { float: left; padding: 5px; cursor: pointer; - color: $color-main-text-dimmed; + color: $color-main-old-555555; margin-bottom: 1px; a { - color: $color-main-text-dimmed; + color: $color-main-old-555555; margin-bottom: 1px; } &.selected { |