Skip to content

Commit

Permalink
fix css order issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tomap committed May 6, 2024
1 parent 8a4803d commit 6ab67ca
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions source/css/style.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
:root {
--main-color: #a62;
--gradient-color-1: #f95;
--gradient-color-2: #e83;
}

@import "partial/_tachyons.css";
@import "partial/_icons.css";

@import "partial/_base.css";
@import "partial/_content.css";
@import "partial/_highlight.css";
@import "partial/_highlight.css";

:root {
--main-color: #a62;
--gradient-color-1: #f95;
--gradient-color-2: #e83;
}

0 comments on commit 6ab67ca

Please sign in to comment.