Skip to content

Commit

Permalink
Merge pull request #1314 from solliancenet/sc-update-code-block-heade…
Browse files Browse the repository at this point in the history
…r-language-label-color

Set code block header language label to secondary color
  • Loading branch information
ciprianjichici authored Aug 1, 2024
2 parents 03b6492 + 898932b commit fdfe5f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/UserPortal/components/CodeBlockHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export default {
display: flex;
justify-content: space-between;
align-items: center;
color: var(--secondary-button-text);
background: var(--secondary-color);
padding-left: 8px;
}
Expand Down

0 comments on commit fdfe5f1

Please sign in to comment.