Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions assets/scss/common/_variables-custom.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
// Put your custom SCSS variables here

// Light mode
$primary: #50dc51;
$primary: #65a30d;
$secondary: #008000;
$focus: #50dc51;
$link-color: #50dc51;
$button-color: #50dc51;
$button-hover-color: #50dc51;
$focus: #65a30d;
$link-color: #65a30d;
$button-color: #65a30d;
$button-hover-color: #65a30d;
$success: green;
$info: blue;
$warning: yellow;
Expand Down