tidy up unfinished admin css

This commit is contained in:
ari melody 2025-10-20 08:31:36 +01:00
parent 13a84f7f25
commit 14feb47640
Signed by: ari
GPG key ID: CF99829C92678188
4 changed files with 20 additions and 6 deletions

View file

@ -7,11 +7,11 @@
flex-direction: row;
align-items: center;
gap: .5em;
color: var(--fg-3);
border-radius: 16px;
color: var(--fg-3);
background: var(--bg-2);
box-shadow: var(--shadow-md);
border-radius: 16px;
transition: background .1s ease-out;
cursor: pointer;