Skip to content
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.

Commit

Permalink
Move colors under UI
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Apr 8, 2022
1 parent 41da26a commit 10045fe
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@import "./colors.css";

:root {
/* -- Default Theme -------------------------------------------------------*/
--color-main-fg: var(--color-gray-darken-30);
Expand Down
1 change: 1 addition & 0 deletions src/css/ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
--font-size-small: 0.75rem;
}

@import "./ui/colors.css";
@import "./ui/fonts.css";
@import "./ui/base.css";
@import "./ui/animations.css";
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/css/unison-local.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
color: var(--color-main-alert);
}

@import "./themes/unison/light.css";
@import "./ui.css";
@import "./themes/unison-light.css";
@import "./code.css";

@import "./unison-local/help-modal.css";
Expand Down
3 changes: 2 additions & 1 deletion src/css/unison-share.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@
color: var(--color-main-alert);
}

@import "./themes/unison/light.css";
@import "./ui.css";
@import "./themes/unison-light.css";
@import "./code.css";

@import "./unison-share/banner.css";
@import "./unison-share/help-modal.css";
@import "./unison-share/publish-modal.css";
@import "./unison-share/report-bug-modal.css";
Expand Down

0 comments on commit 10045fe

Please sign in to comment.