hide button bg

This commit is contained in:
ThatOneCalculator 2022-08-19 22:55:21 -07:00
parent 1c02c1097d
commit 04a7e9c147

View file

@ -330,7 +330,7 @@ const wallpaper = localStorage.getItem('wallpaper') != null;
margin: auto;
height: 64px;
border-radius: 8px;
background: var(--panel);
/* background: var(--panel); */
background-position: center;
transition: background 0.6s;
color: var(--fg);