aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/css/detailsView.scss
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2018-04-18 15:38:30 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2018-04-18 15:38:30 +0200
commit0d675eca568fabc9dba1a682c32f2da2554332f7 (patch)
treecf9c2444a903b843e864a2120b7bdfe9b8b36cbf /apps/files/css/detailsView.scss
parentdf3c1ac283d6ba665b0d761d5b47a15e544da990 (diff)
downloadnextcloud-server-0d675eca568fabc9dba1a682c32f2da2554332f7.tar.gz
nextcloud-server-0d675eca568fabc9dba1a682c32f2da2554332f7.zip
Ensure proper color contrast according to WCAG AA
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps/files/css/detailsView.scss')
-rw-r--r--apps/files/css/detailsView.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/css/detailsView.scss b/apps/files/css/detailsView.scss
index 7393a459b8d..334fc0c8fd8 100644
--- a/apps/files/css/detailsView.scss
+++ b/apps/files/css/detailsView.scss
@@ -100,7 +100,7 @@
}
#app-sidebar .file-details {
- color: #999;
+ color: $color-text-details;
}
#app-sidebar .action-favorite {