From 5a7725e110ec586f70ce4a3c65799ee72169d1b8 Mon Sep 17 00:00:00 2001 From: Jan Date: Thu, 3 Aug 2023 22:11:10 +0200 Subject: fix: Give thunderstore mod card images a background color (#471) Give thunderstore mod card images a background color to prevent alpha issues --- src-vue/src/components/ThunderstoreModCard.vue | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src-vue/src') diff --git a/src-vue/src/components/ThunderstoreModCard.vue b/src-vue/src/components/ThunderstoreModCard.vue index 30ffbc68..54241e85 100644 --- a/src-vue/src/components/ThunderstoreModCard.vue +++ b/src-vue/src/components/ThunderstoreModCard.vue @@ -312,4 +312,8 @@ export default defineComponent({ margin-left: 10px; height: auto; } + +.image { + background-color: lightgray; +} -- cgit v1.2.3