14 lines
180 B
CSS
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;
|
|
}
|