mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-04 00:02:03 -04:00
10 lines
306 B
SCSS
10 lines
306 B
SCSS
// Override theme variables.
|
|
|
|
@import url('https://fonts.googleapis.com/css?family=Raleway:700');
|
|
|
|
$link-color: #EE4266;
|
|
$text-color: #3C3C3C;
|
|
$font-family-main: 'KohinoorTelugu-Regular', Helvetica, Arial, sans-serif;
|
|
$font-family-headings: 'Raleway', Helvetica, Arial, sans-serif;
|
|
$search-color: #EE4266;
|