1
0
mirror of https://github.com/ipdb/website.git synced 2024-11-22 01:26:52 +01:00

new colors

This commit is contained in:
Matthias Kretschmann 2017-08-24 11:39:17 +02:00
parent 6faec8dbb6
commit ed8fbd5c18
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -1,11 +1,11 @@
//
// Colors
//
$brand-01: #cd2d2d !default;
$brand-02: #779bc3 !default;
$brand-03: #201a16 !default;
$brand-04: #444 !default;
$brand-05: #636363 !default;
$brand-01: #9b4258 !default;
$brand-02: #7dacbc !default;
$brand-03: #093749 !default;
$brand-04: #557f8d !default;
$brand-05: #eaf3f5 !default;
$brand-06: #444 !default;
//
@ -40,7 +40,7 @@ $headings-font-weight: $font-weight-normal !default;
$headings-line-height: inherit !default;
$headings-color: $brand-03 !default;
$text-color: $brand-05 !default;
$text-color: $brand-04 !default;
$link-color: $brand-01 !default;
//