mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-12-24 12:12:37 +01:00
add default css
This commit is contained in:
parent
e5ef7e3e81
commit
a9043816be
@ -6,23 +6,20 @@
|
||||
|
||||
|
||||
// Our variables
|
||||
//$base-font-family: Helvetica, Arial, sans-serif;
|
||||
$base-font-family: "Copperplate / Copperplate Gothic Light", sans-serif;
|
||||
$base-font-family: Helvetica, Arial, sans-serif;
|
||||
$base-font-size: 16px;
|
||||
$small-font-size: $base-font-size * 0.875;
|
||||
$base-line-height: 1.5;
|
||||
|
||||
$spacing-unit: 30px;
|
||||
|
||||
$text-color: grey;
|
||||
$background-color: black;
|
||||
$brand-color: red;
|
||||
$text-color: #111;
|
||||
$background-color: #fdfdfd;
|
||||
$brand-color: #2a7ae2;
|
||||
|
||||
$grey-color: red;;
|
||||
$grey-color: #828282;
|
||||
$grey-color-light: lighten($grey-color, 40%);
|
||||
$grey-color-dark: darken($grey-color, 25%);
|
||||
//$grey-color-light: red;
|
||||
//$grey-color-dark: red;
|
||||
|
||||
// Width of the content area
|
||||
$content-width: 800px;
|
||||
|
Loading…
Reference in New Issue
Block a user