aboutsummaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorFerdinand Thiessen <opensource@fthiessen.de>2024-07-26 15:22:10 +0200
committerFerdinand Thiessen <opensource@fthiessen.de>2024-07-26 15:22:10 +0200
commit3d3969c8787f370f71b0836e9c762cdd1f845fc3 (patch)
tree4ced8766f8e67229d64edc3c1c54a68c0dd2b1ae /core/css
parent36130ace984f6fa236bcb37787c4f3d2e9049f0f (diff)
downloadnextcloud-server-3d3969c8787f370f71b0836e9c762cdd1f845fc3.tar.gz
nextcloud-server-3d3969c8787f370f71b0836e9c762cdd1f845fc3.zip
fix(styles): use also new CSS variable for correct header text color on public pages
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'core/css')
-rw-r--r--core/css/header.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/header.scss b/core/css/header.scss
index 8e576113246..8eae2af3992 100644
--- a/core/css/header.scss
+++ b/core/css/header.scss
@@ -204,7 +204,7 @@
/* TODO: move into minimal css file for public shared template */
/* only used for public share pages now as we have the app icons when logged in */
.header-appname {
- color: var(--color-primary-element-text);
+ color: var(--color-background-plain-text);
font-size: 16px;
font-weight: bold;
margin: 0;
@@ -228,7 +228,7 @@
}
.header-shared-by {
- color: var(--color-primary-element-text);
+ color: var(--color-background-plain-text);
position: relative;
font-weight: 300;
font-size: 11px;