mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-14 03:16:24 +00:00
24 lines
750 B
SCSS
24 lines
750 B
SCSS
|
/* ==========================================================================
|
||
|
RoboSats skin
|
||
|
========================================================================== */
|
||
|
|
||
|
/* Colors */
|
||
|
$background-color: #ffffff !default;
|
||
|
$text-color: #2c2c2c !default;
|
||
|
$muted-text-color: #393e46 !default;
|
||
|
$primary-color: #1976d2 !default;
|
||
|
$border-color: mix(#fff, #393e46, 75%) !default;
|
||
|
$footer-background-color: $primary-color !default;
|
||
|
$link-color: #42a5f5 !default;
|
||
|
$masthead-link-color: $text-color !default;
|
||
|
$masthead-link-color-hover: $text-color !default;
|
||
|
$navicon-link-color-hover: mix(#fff, $text-color, 80%) !default;
|
||
|
|
||
|
.page__footer {
|
||
|
color: #fff !important; // override
|
||
|
}
|
||
|
|
||
|
.page__footer-follow .social-icons .svg-inline--fa {
|
||
|
color: inherit;
|
||
|
}
|