We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 106a7da commit b833fe9Copy full SHA for b833fe9
dev/paradeiser.scss
@@ -8,8 +8,8 @@ $paradeiser-break-small: 760px !default;
8
$paradeiser-break-medium: 1025px !default;
9
10
// your primary color for your application. Used to mix a slight tone into the active links
11
-$primary: #97d3e7 !default;
12
-$paradeiser-link-color-active: mix($primary, #fff, 20%) !default;
+$paradeiser-primary-color: #97d3e7 !default;
+$paradeiser-link-color-active: mix($paradeiser-primary-color, #fff, 20%) !default;
13
14
// uses a 10px font size for smartphones and tablets, which is enough as nearly all of them
15
// have hidpi screens, and 13px for desktops as they have more screen estate anyways
0 commit comments