1
0
mirror of https://github.com/kremalicious/umami.git synced 2024-12-23 18:04:47 +01:00
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);
}