iwm_browser/iwm_browser/static/user.css
2022-10-30 17:20:32 +01:00

14 lines
180 B
CSS

.UserInfo {
margin: 1rem;
font-size: large;
}
.Username {
font-weight: bold;
border-bottom: 0.1rem solid white;
margin-bottom: 1rem;
}
.userLevels a {
color: cyan;
}