Skip to content

Commit

Permalink
feat(DiscussionTools): ✨ update header styles
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed May 3, 2024
1 parent 9f3b7dc commit 960dcef
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,13 @@
.ext-discussiontools-visualenhancements-enabled {
.ext-discussiontools-init-section {
border-top-color: var( --border-color-base );
font-family: var( --font-family-base ) !important;
font-weight: var( --font-weight-semibold );

&-bar {
margin-top: var( --space-xxs );
font-size: var( --font-size-x-small );
}

&-metaitem {
color: var( --color-base--subtle );
Expand Down

0 comments on commit 960dcef

Please sign in to comment.