We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa81e36 commit 6646ad7Copy full SHA for 6646ad7
resources/assets/sass/_variables.scss
@@ -1,8 +1,20 @@
1
2
// Body
3
-$body-bg: #f5f8fa;
+$body-bg: #f8fafc;
4
5
// Typography
6
-$font-family-sans-serif: "Raleway", sans-serif;
+$font-family-sans-serif: "Nunito", sans-serif;
7
$font-size-base: 0.9rem;
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;
resources/assets/sass/app.scss
@@ -1,9 +1,9 @@
// Fonts
-@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600");
+@import url('https://fonts.googleapis.com/css?family=Nunito');
// Variables
-@import "variables";
+@import 'variables';
// Bootstrap
@import '~bootstrap/scss/bootstrap';
0 commit comments