mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
7 lines
107 B
CSS
7 lines
107 B
CSS
.username {
|
|
border-bottom: 1px solid var(--base500);
|
|
}
|
|
|
|
.username:hover {
|
|
background: var(--base50);
|
|
}
|