diff --git a/article.scss b/article.scss index 0536a25..86de351 100644 --- a/article.scss +++ b/article.scss @@ -43,7 +43,7 @@ article { a { color: $article-link-color; border-bottom: 1px dotted $article-link-color; - + &:hover { border-bottom: none; } diff --git a/spinner.scss b/spinner.scss index c99e437..e5e960f 100644 --- a/spinner.scss +++ b/spinner.scss @@ -34,8 +34,7 @@ width: 18px; height: 18px; background-color: #333; - - border-radius: 100%; + border-radius: 100%; display: inline-block; -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both; animation: sk-bouncedelay 1.4s infinite ease-in-out both;