Skip to content

Commit

Permalink
Merge pull request #15 from N3-M3-S1S/tag_color
Browse files Browse the repository at this point in the history
Tag color
  • Loading branch information
SlyBouhafs authored Mar 31, 2022
2 parents fa5e585 + 20b1702 commit dab6950
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dist/dist.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
--sn-desktop-titlebar-ui-hover-color: var(--highlight-color);
--sn-stylekit-scrollbar-track-border-color: var(--border-color);
--sn-stylekit-scrollbar-thumb-color: var(--sn-stylekit-info-color);
--sn-stylekit-grey-5: var(--highlight-color); }
--sn-stylekit-grey-5: var(--highlight-color);
--sn-stylekit-grey-4-opacity-variant: var(--neutral-contrast); }

#editor-title-bar {
padding-top: 14px;
Expand Down
1 change: 1 addition & 0 deletions src/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
--sn-stylekit-scrollbar-track-border-color: var(--border-color);
--sn-stylekit-scrollbar-thumb-color: var(--sn-stylekit-info-color);
--sn-stylekit-grey-5: var(--highlight-color);
--sn-stylekit-grey-4-opacity-variant: var(--neutral-contrast);
}

#editor-title-bar {
Expand Down

0 comments on commit dab6950

Please sign in to comment.