Skip to content

Commit

Permalink
update font and colors
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jul 19, 2018
1 parent fa81e36 commit 6646ad7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
16 changes: 14 additions & 2 deletions resources/assets/sass/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@

// Body
$body-bg: #f5f8fa;
$body-bg: #f8fafc;

// Typography
$font-family-sans-serif: "Raleway", sans-serif;
$font-family-sans-serif: "Nunito", sans-serif;
$font-size-base: 0.9rem;
$line-height-base: 1.6;

// Colors
$blue: #3490dc;
$indigo: #6574cd;
$purple: #9561e2;
$pink: #f66D9b;
$red: #e3342f;
$orange: #f6993f;
$yellow: #ffed4a;
$green: #38c172;
$teal: #4dc0b5;
$cyan: #6cb2eb;
4 changes: 2 additions & 2 deletions resources/assets/sass/app.scss
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 6646ad7

Please sign in to comment.