Disable ugly debug styles

This commit is contained in:
Isaiah Odhner 2023-09-06 11:49:19 -04:00
parent 3e2ded8abd
commit eeef27e99b

View File

@ -13,6 +13,6 @@ GalleryItem {
.caption { .caption {
dock: bottom; dock: bottom;
text-align: center; text-align: center;
background: blue; # background: blue;
color: yellow; # color: yellow;
} }