Skip to content

Commit

Permalink
delete : underline on a tag
Browse files Browse the repository at this point in the history
  • Loading branch information
AshHyun committed Aug 24, 2020
1 parent 1bc3f72 commit e0dad65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions _sass/minimal-mistakes/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -128,14 +128,17 @@ blockquote {
a {
text-decoration: none;
&:focus {
text-decoration: none;
@extend %tab-focus;
}

&:visited {
text-decoration: none;
color: $link-color-visited;
}

&:hover {
text-decoration: none;
color: $link-color-hover;
outline: 0;
}
Expand Down
2 changes: 1 addition & 1 deletion assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic');
@import "minimal-mistakes/skins/{{ site.minimal_mistakes_skin | default: 'default' }}"; // skin
@import "minimal-mistakes"; // main partials

0 comments on commit e0dad65

Please sign in to comment.