Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix(styles): use also new CSS variable for correct header text color …
…on public pages

Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux committed Jul 26, 2024
commit 3d3969c8787f370f71b0836e9c762cdd1f845fc3
4 changes: 2 additions & 2 deletions core/css/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down