Skip to content

Commit

Permalink
Merge pull request #46785 from nextcloud/fix/public-header-color
Browse files Browse the repository at this point in the history
fix(styles): use also new CSS variable for correct header text color on public pages
  • Loading branch information
susnux authored Jul 26, 2024
2 parents 7eacd8b + 711e176 commit a618f64
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion core/css/header.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/css/header.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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
Loading

0 comments on commit a618f64

Please sign in to comment.