Skip to content

Commit

Permalink
style: Made text more readable by giving some text shadow to the item…
Browse files Browse the repository at this point in the history
…s in the overlay.
  • Loading branch information
itssimple committed Jun 4, 2022
1 parent be26f77 commit bf7ec80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/scss/overlay-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ body {
.list-group-item {
background-color: #32383e33;
padding: 0.5rem;
text-shadow: -1px -1px 5px #000, 1px 1px 5px #000;
}

.media-object {
Expand All @@ -89,6 +90,8 @@ body {
text-transform: uppercase;
font-weight: bold;*/
margin-bottom: 2px;

text-shadow: -1px -1px 5px #000, 1px 1px 5px #000;
}

@media (max-width: 250px) {
Expand Down

0 comments on commit bf7ec80

Please sign in to comment.