umami.waylonwalker.com/components/settings/UserButton.module.css
WaylonWalker 4047a7ec23 Initial commit
Created from https://vercel.com/new
2021-12-08 18:25:42 +00:00

7 lines
107 B
CSS

.username {
border-bottom: 1px solid var(--gray500);
}
.username:hover {
background: var(--gray50);
}