diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-11-19 10:26:04 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-11-19 10:26:04 +0100 |
commit | e7d565178131510c5081fe7a54c92d59d4ea13c3 (patch) | |
tree | d2a6c66209be9df46995e1fe2a6a7fe672cd5f5c /core | |
parent | 367560ccd6266192c58ec357bb767b3c0cc5a7cb (diff) | |
download | nextcloud-server-e7d565178131510c5081fe7a54c92d59d4ea13c3.tar.gz nextcloud-server-e7d565178131510c5081fe7a54c92d59d4ea13c3.zip |
Fix updatenotifications display, dependencies and csp
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core')
-rw-r--r-- | core/css/apps.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss index 039374bf726..b9c2b50c6f2 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -39,7 +39,7 @@ h4 { /* do not use italic typeface style, instead lighter color */ em { font-style: normal; - opacity: .5; + color: var(--color-text-lighter); } dl { |