Skip to content

Commit

Permalink
more css tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Jul 14, 2024
1 parent 06e971b commit ab2a96f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/listing.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
--item-link: initial;
--link-hover-bg: #DDE;
--sort: seagreen;
--search-bg: background-color: rgba(255, 255, 255, 0.9);
--search-bg: rgba(255, 255, 255, 0.9);
--thumbnail-bg: var(--odd-child);
}
@media (prefers-color-scheme: dark) {
:root {
Expand Down Expand Up @@ -162,6 +163,7 @@
margin-bottom: 0;
outline: none;
background-color: var(--search-bg);
border: 1px solid #ddd;
}

.image-grid {
Expand All @@ -186,6 +188,7 @@
aspect-ratio: 1 / 1;
background-size: cover;
background-position: center center;
background-color: var(--thumbnail-bg);
}
.thumbnail:hover {
border: 1px solid white;
Expand Down

0 comments on commit ab2a96f

Please sign in to comment.