You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
472 B
23 lines
472 B
12 years ago
|
$primary: #cc7a6f;
|
||
|
$linkColor: darken($primary, 9%);
|
||
|
$linkInteract: darken($linkColor, 9%);
|
||
|
$pageBg: #f9f9f9;
|
||
|
|
||
|
$lightColor: #e9e9e9;
|
||
|
$mediumestColor: #666;
|
||
|
$mediumColor: #484848;
|
||
|
$darkColor: #2d2d2d;
|
||
|
$darkestColor: #222222;
|
||
|
$blueColor: #61dafb;
|
||
|
$orangeColor: complement($blueColor);
|
||
|
|
||
|
$lightTextColor: #fafafa;
|
||
|
$mediumTextColor: #aaa;
|
||
|
$darkTextColor: $mediumColor;
|
||
|
|
||
|
$buttonBlueTop: #77a3d2;
|
||
|
$buttonBlueBottom: #4783c2;
|
||
|
$buttonGreyTop: #9a9a9a;
|
||
|
$buttonGreyBottom: #646464;
|
||
|
|