scss/blog: use a lighten of 15% for in-preview badges

Fix #20
This commit is contained in:
Kazhnuz 2018-10-25 11:01:44 +02:00
parent 86591c81a7
commit 8dc9825566
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@
}
.badge {
background-color: lighten($color-category, 10%);
background-color: lighten($color-category, 15%);
}
}

View File

@ -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 {