Skip to content

UX: set header tag color to header_primary-high #34150

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 7, 2025
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
Prev Previous commit
less specific
  • Loading branch information
awesomerobot committed Aug 7, 2025
commit 1660d99c8a87518c31d084d7a21417c32f63111c
2 changes: 1 addition & 1 deletion app/assets/stylesheets/common/base/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@

// topic info in the header
.extra-info-wrapper {
--tag-text-color: var(--header_primary-high);
flex: 1 0 0;
display: flex;
align-items: center;
Expand Down Expand Up @@ -390,7 +391,6 @@
gap: 0.5em;

.discourse-tags {
--tag-text-color: var(--header_primary-high);
display: inline;

@include ellipsis;
Expand Down
Loading