Skip to content

Commit 4cfa7e4

Browse files
committed
Removed yellow primary color which was only for testing
1 parent 00c65b9 commit 4cfa7e4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

assets/scss/common/_variables-custom.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
/** Custom variables */
22

33
// Light mode
4-
$primary: yellow;
5-
4+
// example:
5+
// $primary: yellow;
66

7+
// dark mode postfixed with dark
78
$body-bg-dark: #212529;
89

910
.navbar,

0 commit comments

Comments
 (0)