Skip to content

Commit 746cefc

Browse files
committed
Fix theming
1 parent c1c648e commit 746cefc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
@charset "utf-8";
2-
$orange: #FF7F00;
3-
$primary: $orange;
42
@import 'bulma/bulma';
53
$mdi-font-path: "fonts";
64
@import '@mdi/font/scss/materialdesignicons';
5+
6+
:root {
7+
--bulma-primary-h: 30deg;
8+
--bulma-primary-s: 100%;
9+
--bulma-primary-l: 50%;
10+
}

0 commit comments

Comments
 (0)