1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-27 22:01:09 +00:00

Update secondary color

This commit is contained in:
2021-09-19 13:31:16 -05:00
parent 829e3bf750
commit 119c80fe43
5 changed files with 43 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
// Fancy new Privacy Guides Color Scheme
$primary: #FFD06F;
$secondary: #3913B8;
$secondary: #2B589C;
$success: #03CEA4;
$info: #AA78A6;
$warning: #FB4D3D;
@@ -20,4 +20,4 @@ $diaspora: #FFD06F;
$tor: #7d4698;
$body-color: #28323F;
$link-color: #3913B8;
$link-color: $secondary;