From 35f7cae01f57ef84e74e31b7ffbd742d06b69066 Mon Sep 17 00:00:00 2001
From: Lim Chee Aun <cheeaun@gmail.com>
Date: Sun, 29 Oct 2023 21:21:09 +0800
Subject: [PATCH] Fix moved account styles

---
 src/components/account-info.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/account-info.css b/src/components/account-info.css
index cfc49e91..9b898219 100644
--- a/src/components/account-info.css
+++ b/src/components/account-info.css
@@ -18,7 +18,7 @@
   position: absolute;
   top: 8px;
   inset-inline: 8px;
-  z-index: 2;
+  z-index: 3;
   border: 1px solid var(--outline-color);
   box-shadow: 0 8px 16px var(--drop-shadow-color);
   border-radius: calc(16px - 8px);
@@ -47,7 +47,7 @@
 
   ~ * {
     /* pointer-events: none; */
-    filter: grayscale(0.75) brightness(0.75);
+    filter: grayscale(0.75) opacity(0.75);
   }
 }