File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1
1
2
2
// Body
3
- $body-bg : #f5f8fa ;
3
+ $body-bg : #f8fafc ;
4
4
5
5
// Typography
6
- $font-family-sans-serif : " Raleway " , sans-serif ;
6
+ $font-family-sans-serif : " Nunito " , sans-serif ;
7
7
$font-size-base : 0.9rem ;
8
8
$line-height-base : 1.6 ;
9
+
10
+ // Colors
11
+ $blue : #3490dc ;
12
+ $indigo : #6574cd ;
13
+ $purple : #9561e2 ;
14
+ $pink : #f66D9b ;
15
+ $red : #e3342f ;
16
+ $orange : #f6993f ;
17
+ $yellow : #ffed4a ;
18
+ $green : #38c172 ;
19
+ $teal : #4dc0b5 ;
20
+ $cyan : #6cb2eb ;
Original file line number Diff line number Diff line change 1
1
2
2
// Fonts
3
- @import url (" https://fonts.googleapis.com/css?family=Raleway:300,400,600 " );
3
+ @import url (' https://fonts.googleapis.com/css?family=Nunito ' );
4
4
5
5
// Variables
6
- @import " variables" ;
6
+ @import ' variables' ;
7
7
8
8
// Bootstrap
9
9
@import ' ~bootstrap/scss/bootstrap' ;
You can’t perform that action at this time.
0 commit comments