citra-emu
/
citra-web
Archived
1
0
Fork 0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
citra-web/src/scss/style.scss

15 lines
427 B
SCSS
Raw Normal View History

$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 "citra-theme.scss";
@import "citra-theme-media.scss";