15 lines
No EOL
591 B
SCSS
15 lines
No EOL
591 B
SCSS
/* ==========================================================================
|
|
Dirt skin
|
|
========================================================================== */
|
|
|
|
/* Colors */
|
|
$background-color: #f3f3f3 !default;
|
|
$text-color: #343434 !default;
|
|
$muted-text-color: #8e8b82 !default;
|
|
$primary-color: #343434 !default;
|
|
$border-color: #e9dcbe !default;
|
|
$footer-background-color: #e9dcbe !default;
|
|
$link-color: #343434 !default;
|
|
$masthead-link-color: $text-color !default;
|
|
$masthead-link-color-hover: $text-color !default;
|
|
$navicon-link-color-hover: mix(#fff, $text-color, 80%) !default; |