robosats/docs/_sass/minimal-mistakes/skins/_robosats.scss

34 lines
1.1 KiB
SCSS
Raw Normal View History

2022-05-15 02:01:21 +00:00
/* ==========================================================================
RoboSats skin
========================================================================== */
/* Colors */
$background-color: #ffffff !default;
$text-color: #2c2c2c !default;
$muted-text-color: #393e46 !default;
$primary-color: #1976d2 !default;
2022-05-15 19:48:14 +00:00
$primary-color-light: #42a5f5 !default;
$primary-color-dark: #1565c0 !default;
$secondary-color: #9c27b0 !default;
2022-05-15 02:01:21 +00:00
$border-color: mix(#fff, #393e46, 75%) !default;
$footer-background-color: $primary-color !default;
2022-05-15 19:48:14 +00:00
$link-color: $primary-color-light !default;
2022-05-15 02:01:21 +00:00
$masthead-link-color: $text-color !default;
2022-05-15 19:48:14 +00:00
$masthead-link-color-hover: $primary-color !default;
2022-05-15 02:01:21 +00:00
$navicon-link-color-hover: mix(#fff, $text-color, 80%) !default;
2022-05-15 19:48:14 +00:00
$success-color : #2e7d32 !default;
$warning-color : #ed6c02 !default;
$danger-color : #d32f2f !default;
$info-color : #0288d1 !default;
$notice-background-mix: 50% !default;
2022-05-15 02:01:21 +00:00
.page__footer {
color: #fff !important; // override
}
.page__footer-follow .social-icons .svg-inline--fa {
color: inherit;
}