citra-web/site/assets/scss/style.scss
liushuyu 8e9b406e71 tree-wide: adapt to latest Hugo layout ...
* Use Hugo to process SCSS and images
* Use co-location page bundles
* Use Hugo/ESBuild to minify JS files
* Update NPM dependencies
2023-02-10 08:50:35 -07:00

16 lines
464 B
SCSS

$body-bg: #e5e5e5;
$navbar-default-bg: #fff;
$brand-primary: #FF8E03;
$link-color: $brand-primary !default;
$link-hover-color: lighten($link-color, 15%);
$font-family-sans-serif: "Ubuntu";
$headings-font-family: "Dosis";
$headings-color: #888;
@import "../../../node_modules/bootstrap-sass/assets/stylesheets/_bootstrap.scss";
@import "vendor/slick.scss";
@import "citra-theme.scss";
@import "citra-theme-media.scss";