Fix up the CSS and photos list templates

This commit is contained in:
Eryn Wells 2022-10-15 10:02:01 -07:00
parent f0ae80df99
commit 3d8a4106d3
2 changed files with 17 additions and 10 deletions

View file

@ -2,7 +2,6 @@
--photo-params-background: #ddd;
--photo-params-border-color: #aaa;
}
@media (prefers-color-scheme: dark) {
:root {
--photo-params-background: #444;
@ -21,7 +20,7 @@ ul.grid {
padding: 0;
}
.grid li {
.photos .grid li {
display: block;
height: 210px;
list-style: none;