12 lines
180 B
SCSS
12 lines
180 B
SCSS
// Fonts
|
|
@import url('https://fonts.bunny.net/css?family=Nunito');
|
|
|
|
// Variables
|
|
@import 'variables';
|
|
|
|
// Bootstrap
|
|
$body-bg: #fff;
|
|
$body-color: #111;
|
|
$table-striped-bg: #fafafa;
|
|
|