]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(styles): use also new CSS variable for correct header text color on public pages
authorFerdinand Thiessen <opensource@fthiessen.de>
Fri, 26 Jul 2024 13:22:10 +0000 (15:22 +0200)
committerFerdinand Thiessen <opensource@fthiessen.de>
Fri, 26 Jul 2024 13:22:10 +0000 (15:22 +0200)
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
core/css/header.scss

index 8e576113246c23bbdc7aab35eb90da487fd4b6ab..8eae2af3992d1c7062eb562415a18a3abaae0662 100644 (file)
 /* 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;
 }
 
 .header-shared-by  {
-       color: var(--color-primary-element-text);
+       color: var(--color-background-plain-text);
        position: relative;
        font-weight: 300;
        font-size: 11px;