Skip to content

Commit 6646ad7

Browse files
committed
update font and colors
1 parent fa81e36 commit 6646ad7

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

resources/assets/sass/_variables.scss

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11

22
// Body
3-
$body-bg: #f5f8fa;
3+
$body-bg: #f8fafc;
44

55
// Typography
6-
$font-family-sans-serif: "Raleway", sans-serif;
6+
$font-family-sans-serif: "Nunito", sans-serif;
77
$font-size-base: 0.9rem;
88
$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;

resources/assets/sass/app.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
// Fonts
3-
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600");
3+
@import url('https://fonts.googleapis.com/css?family=Nunito');
44

55
// Variables
6-
@import "variables";
6+
@import 'variables';
77

88
// Bootstrap
99
@import '~bootstrap/scss/bootstrap';

0 commit comments

Comments
 (0)