You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
496 B
18 lines
496 B
/*! Tophat `Hollar` Bootstrap 4.3.1 theme */
|
|
@import url(https://fonts.googleapis.com/css?family=Open+Sans:200,300,400,700);
|
|
$font-family-base:Open Sans;
|
|
@import url(https://fonts.googleapis.com/css?family=Autour+One:200,300,400,700);
|
|
$headings-font-family:Autour One;
|
|
|
|
$enable-grid-classes:false;
|
|
$primary:#528165;
|
|
$secondary:#eed75a;
|
|
$success:#FEC100;
|
|
$danger:#703B3B;
|
|
$info:#63e792;
|
|
$warning:#FFE869;
|
|
$light:#FDFBF7;
|
|
$dark:#555555;
|
|
@import "bootstrap";
|
|
|
|
// Add SASS theme customizations here.. |