Use teal colour. Switch to Avenir Next W01 as main font.
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
$base-background-color: #f5f5f5;
|
||||
|
||||
$base-font-family: "Helvetica Neue", Helvetica, "Open Sans", sans-serif;
|
||||
$base-font-weight: lighter;
|
||||
$base-font-family: "Avenir Next W01", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
|
||||
$base-font-weight: 300;
|
||||
$base-letter-spacing: 1px;
|
||||
$base-font-size: 16px;
|
||||
|
||||
$base-link-color: #ffffff;
|
||||
$base-link-hover-color: #e9e9e9;
|
||||
|
||||
$header-background-color: #263238;
|
||||
$header-border-color: 1px solid #182024;
|
||||
$header-background-color: #00695C;
|
||||
$header-border-color: 1px solid darken(#00695C, 10%);
|
||||
|
||||
$sidebar-transition-speed: .2s;
|
||||
$sidebar-background-color: #37474f;
|
||||
@@ -28,6 +29,7 @@ $screen-lg-min: "(min-width: 1200px)";
|
||||
body.dashboard {
|
||||
font-family: $base-font-family;
|
||||
font-weight: $base-font-weight;
|
||||
font-size: $base-font-size;
|
||||
letter-spacing: $base-letter-spacing;
|
||||
background: $base-background-color;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user