From e52082ba0b97a9544d99723cc9e7ec77baa07b05 Mon Sep 17 00:00:00 2001 From: Ulysia Date: Mon, 14 Oct 2024 09:29:10 +0200 Subject: [PATCH] added opacity to img --- quartz/components/styles/buttons8831.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/quartz/components/styles/buttons8831.scss b/quartz/components/styles/buttons8831.scss index 5301e01..b1589d6 100644 --- a/quartz/components/styles/buttons8831.scss +++ b/quartz/components/styles/buttons8831.scss @@ -8,8 +8,10 @@ } .btn8831-container a { margin: 5px; + opacity: 1; } .btn8831-container img { width: 88px; height: 31px; + opacity: 1; } \ No newline at end of file