Skip to content

Commit

Permalink
Update dark styles
Browse files Browse the repository at this point in the history
  • Loading branch information
the1812 committed Nov 18, 2022
1 parent 491ac81 commit d14d47a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions registry/lib/components/style/dark-mode/dark-slice-17.scss
Original file line number Diff line number Diff line change
Expand Up @@ -885,3 +885,9 @@
@include theme-border-color();
@include theme-color();
}
.startlive-icon {
@include to-theme('blue');
}
.right-area .tip-wrap .icon path[fill="#00AEEC"] {
@include theme-fill();
}
5 changes: 5 additions & 0 deletions registry/lib/components/style/dark-mode/dark-variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -188,3 +188,8 @@
--Si9: #dce0e5;
--Si10: #f0f2f4;
}
html:root {
--brand_blue: var(--theme-color);
--brand_blue_thin: var(--theme-color-10);
--text_link: var(--theme-color);
}

0 comments on commit d14d47a

Please sign in to comment.