Skip to content

Commit

Permalink
🐛 fix light themes
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildmodeOne committed Oct 2, 2023
1 parent f88fd6b commit 2904709
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions rogue-thi-app/scss/themes/light.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
$primary: #8845ef;
$gray-700: #e5e5e5;

@import "../../node_modules/bootstrap/scss/bootstrap";
@import "../common.scss";
Expand Down
3 changes: 1 addition & 2 deletions rogue-thi-app/scss/themes/thi-light.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
$primary: #005a9b;
$secondary: #3a93c3;
$gray-700: #e5e5e5;

@import "../../node_modules/bootstrap/scss/bootstrap";
@import "../common.scss";
Expand All @@ -12,8 +13,6 @@ $secondary: #3a93c3;

:root {
--navbar-border-image: linear-gradient(90deg, #{$primary}, #00b1ec);
--tabbar-tab-active: $primary;
// --navbar-border-image: none;
}


Expand Down

0 comments on commit 2904709

Please sign in to comment.