diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-06-06 15:44:25 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-06-20 19:20:51 +0200 |
commit | 26918e41033d08a5155b755dcf5319e98d9a17d0 (patch) | |
tree | b5d54abbb53a8d9da576e8bd65647f4d49f2f0d2 /apps/files_sharing/css | |
parent | 4dd9490490d260e9523d4be22272d54b21843bb7 (diff) | |
download | nextcloud-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.scss | 2 |
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; |