diff --git a/src/main.ts b/src/main.ts index aa19bf8..8b6dc1b 100644 --- a/src/main.ts +++ b/src/main.ts @@ -23,6 +23,7 @@ import "@ionic/vue/css/display.css"; /* Theme variables */ import "./theme/variables.css"; +import "@hotwax/apps-theme"; import i18n from "./i18n" import store from "./store" diff --git a/src/theme/variables.css b/src/theme/variables.css index b41b219..b149d27 100644 --- a/src/theme/variables.css +++ b/src/theme/variables.css @@ -243,15 +243,6 @@ http://ionicframework.com/docs/theming/ */ --ion-card-background: #1e1e1e; } - - .overline { - font-weight: 500 !important; - font-size: 10px !important; - line-height: 16px !important; - letter-spacing: 1.5px; - color: #666; - text-transform: uppercase !important; - } } .empty-state {