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 {
dock: bottom;
text-align: center;
background: blue;
color: yellow;
# background: blue;
# color: yellow;
}