reset primary color to dark theme default

This commit is contained in:
Florian Sorg 2023-07-19 23:00:57 +02:00
parent 9f0e992bf1
commit 5b710daaff
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ $gray-light: #888;
$gray-lighter: #adafae;
$primary: $color-link;
$primary: #caa443;
$primary: #437aca;
$secondary: rgba(0, 0, 0, 0.6);
$success: #00c960;
$info: #3dbddf;