aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.scss2
-rw-r--r--core/js/integritycheck-failed-notification.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss
index fddf9fa2f65..1938eb79afd 100644
--- a/core/css/styles.scss
+++ b/core/css/styles.scss
@@ -236,7 +236,7 @@ body {
height: 44px;
padding: 0;
margin: 0;
- background-color: var(--color-main-background-light);
+ background-color: var(--color-main-background);
z-index: 60;
-webkit-user-select: none;
-moz-user-select: none;
diff --git a/core/js/integritycheck-failed-notification.js b/core/js/integritycheck-failed-notification.js
index 9f7c59b9089..796166cd113 100644
--- a/core/js/integritycheck-failed-notification.js
+++ b/core/js/integritycheck-failed-notification.js
@@ -24,7 +24,7 @@ $(document).ready(function(){
'core',
'<a href="{docUrl}">There were problems with the code integrity check. More information…</a>',
{
- docUrl: OC.generateUrl('/settings/admin#security-warning')
+ docUrl: OC.generateUrl('/settings/admin/overview#security-warning')
}
);