~xdavidwu/xdavidwu.link

ref: bdc19489dfbbd09dead12945d958a212bda4ab1e xdavidwu.link/_sass/minimal-mistakes/skins/_air.scss -rw-r--r-- 655 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
/* ==========================================================================
   Air skin
   ========================================================================== */

/* Colors */
$background-color: #eeeeee;
$text-color: #222831;
$muted-text-color: #393e46;
$primary-color: #0092ca;
$border-color: mix(#fff, #393e46, 75%);
$footer-background-color: $primary-color;
$link-color: #393e46;
$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;
}