~xdavidwu/xdavidwu.link

ref: bdc19489dfbbd09dead12945d958a212bda4ab1e xdavidwu.link/_sass/minimal-mistakes/skins/_mint.scss -rw-r--r-- 649 bytes
bdc19489xdavidwu disable \!default 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* ==========================================================================
   Mint skin
   ========================================================================== */

/* Colors */
$background-color: #f3f6f6;
$text-color: #40514e;
$muted-text-color: #40514e;
$primary-color: #11999e;
$border-color: mix(#fff, #40514e, 75%);
$footer-background-color: #30e3ca;
$link-color: #11999e;
$masthead-link-color: $text-color;
$masthead-link-color-hover: $text-color;
$navicon-link-color-hover: mix(#fff, $text-color, 80%);

.page__footer {
  color: #fff !important; // override
}

.page__footer-follow .social-icons .svg-inline--fa {
  color: inherit;
}