summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/css
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-06-06 15:44:25 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-06-20 19:20:51 +0200
commit26918e41033d08a5155b755dcf5319e98d9a17d0 (patch)
treeb5d54abbb53a8d9da576e8bd65647f4d49f2f0d2 /apps/files_sharing/css
parent4dd9490490d260e9523d4be22272d54b21843bb7 (diff)
downloadnextcloud-server-26918e41033d08a5155b755dcf5319e98d9a17d0.tar.gz
nextcloud-server-26918e41033d08a5155b755dcf5319e98d9a17d0.zip
Various apps scss
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r--apps/files_sharing/css/public.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/css/public.scss b/apps/files_sharing/css/public.scss
index 2a4225a7f12..2e788a06c40 100644
--- a/apps/files_sharing/css/public.scss
+++ b/apps/files_sharing/css/public.scss
@@ -161,7 +161,7 @@ thead {
#header .header-shared-by {
display: inline-block;
- color: $color-primary-text;
+ color: var(--color-primary-text);
position: relative;
top: -10px;
font-weight: 300;