Skip to content

Commit

Permalink
Fix theming
Browse files Browse the repository at this point in the history
  • Loading branch information
chvp committed Mar 23, 2024
1 parent c1c648e commit 746cefc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions app/assets/stylesheets/application.bulma.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
@charset "utf-8";
$orange: #FF7F00;
$primary: $orange;
@import 'bulma/bulma';
$mdi-font-path: "fonts";
@import '@mdi/font/scss/materialdesignicons';

:root {
--bulma-primary-h: 30deg;
--bulma-primary-s: 100%;
--bulma-primary-l: 50%;
}

0 comments on commit 746cefc

Please sign in to comment.