diff --git a/scss/_blog.scss b/scss/_blog.scss index b07a723..69742a7 100644 --- a/scss/_blog.scss +++ b/scss/_blog.scss @@ -79,7 +79,7 @@ } .badge { - background-color: lighten($color-category, 10%); + background-color: lighten($color-category, 15%); } } diff --git a/style.css b/style.css index e25dc49..24a7e56 100644 --- a/style.css +++ b/style.css @@ -1329,7 +1329,7 @@ a.list-group-item:hover { opacity: 1; color: #FFF; } .preview-overlay:hover .badge { - background-color: #7585d5; } + background-color: #8997db; } .preview-overlay .badge { background-color: #4e63c9; } .preview-overlay h1, .preview-overlay h2 {