Skip to content

Commit

Permalink
modified file
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyeonjiwon committed Feb 24, 2020
1 parent e3c888c commit 17d9c7a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

# theme : "minimal-mistakes-jekyll"
# remote_theme : "mmistakes/minimal-mistakes"
minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
minimal_mistakes_skin : "custom" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"

# Site Settings
locale : "en-US"
Expand Down
24 changes: 24 additions & 0 deletions _sass/minimal-mistakes/skins/_custom.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
/* ==========================================================================
Custom skin
========================================================================== */


/* Colors */
$background-color: #fbf7ff !default;
$text-color: #252533 !default;
$muted-text-color: #37375c !default;
$primary-color: #444463 !default;
$border-color: mix(#fff, #393e46, 75%) !default;
$footer-background-color: $primary-color !default;
$link-color: #62497a !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: #e6e6ff !important; // override
}

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

0 comments on commit 17d9c7a

Please sign in to comment.