mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix(styles): use also new CSS variable for correct header text color on public pages
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
36130ace98
commit
3d3969c878
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue