Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
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