Skip to content

Commit

Permalink
declare css stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
mecha-cat committed May 7, 2024
1 parent 47b99e3 commit cef7e39
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,13 @@ import '@ionic/vue/css/display.css';
// Dark mode CSS class
import '@ionic/vue/css/palettes/dark.class.css';

// Import fonts
import "./styles/fonts.css";

// Our CSS overrides
import "./styles/override.css";

// Libraries
import { getConfigEntry } from "./lib/config";
import { AccessibilityConfig } from "./lib/config/types";

Expand Down

0 comments on commit cef7e39

Please sign in to comment.