mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-12-24 12:12:37 +01:00
css/main.css: change colours
I am trying to make this site look like me, but with a little bad luck.
This commit is contained in:
parent
bb09032a4d
commit
ae890c4513
@ -6,18 +6,19 @@
|
||||
|
||||
|
||||
// Our variables
|
||||
$base-font-family: Helvetica, Arial, sans-serif;
|
||||
//$base-font-family: Helvetica, Arial, sans-serif;
|
||||
$base-font-family: "Copperplate / Copperplate Gothic Light", sans-serif;
|
||||
$base-font-size: 16px;
|
||||
$small-font-size: $base-font-size * 0.875;
|
||||
$base-line-height: 1.5;
|
||||
|
||||
$spacing-unit: 30px;
|
||||
|
||||
$text-color: #111;
|
||||
$background-color: #fdfdfd;
|
||||
$brand-color: #2a7ae2;
|
||||
$text-color: white;
|
||||
$background-color: black;
|
||||
$brand-color: pink;
|
||||
|
||||
$grey-color: #828282;
|
||||
$grey-color: gray;
|
||||
$grey-color-light: lighten($grey-color, 40%);
|
||||
$grey-color-dark: darken($grey-color, 25%);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user