umami/components/settings/UserButton.module.css

8 lines
107 B
CSS
Raw Normal View History

2020-09-21 06:31:53 +02:00
.username {
border-bottom: 1px solid var(--gray500);
}
.username:hover {
background: var(--gray50);
}