diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-01-19 22:53:49 +0100 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-05-21 20:36:21 +0200 |
commit | 9d2c3c1164926eadb61d1ec8360644dfeb75a78c (patch) | |
tree | e6ffeecc062fc8bc6c7a904b9951db40fedf3d64 /apps | |
parent | de938bb401bd04af02798417dfa5d96fee057ef1 (diff) | |
download | nextcloud-server-9d2c3c1164926eadb61d1ec8360644dfeb75a78c.tar.gz nextcloud-server-9d2c3c1164926eadb61d1ec8360644dfeb75a78c.zip |
fix: Adjust dashboard and header menu to use new background colors
fix(UnifiedSearch): Adjust to new background color
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/dashboard/src/DashboardApp.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/dashboard/src/DashboardApp.vue b/apps/dashboard/src/DashboardApp.vue index b3dd3d285be..83fbe7d3b53 100644 --- a/apps/dashboard/src/DashboardApp.vue +++ b/apps/dashboard/src/DashboardApp.vue @@ -471,8 +471,8 @@ export default { background-attachment: fixed; > h2 { - // this is shown directly on the background which has `color-primary`, so we need `color-primary-text` - color: var(--color-primary-text); + // this is shown directly on the background image / color + color: var(--color-background-plain-text); text-align: center; font-size: 32px; line-height: 130%; |