mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 09:48:55 +00:00
16 lines
261 B
SCSS
16 lines
261 B
SCSS
// Body
|
|
$body-bg: #f5f8fa;
|
|
|
|
// Typography
|
|
$font-family-sans-serif: "Raleway", sans-serif;
|
|
$line-height-base: 1.6;
|
|
$text-color: #636b6f;
|
|
|
|
// Navbar
|
|
$navbar-default-bg: #fff;
|
|
|
|
// Buttons
|
|
$btn-default-color: $text-color;
|
|
|
|
// Panels
|
|
$panel-default-heading-bg: #fff; |