mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 03:21:58 +08:00
22 lines
302 B
CSS
22 lines
302 B
CSS
.userBox {
|
|
margin: 10px 0 20px;
|
|
letter-spacing: 0.1px;
|
|
}
|
|
|
|
.userBoxLoggedIn {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.userBox a {
|
|
color: black;
|
|
font-weight: bold;
|
|
cursor: pointer;
|
|
margin: 0px;
|
|
margin-left: 4px;
|
|
padding-bottom: 2px;
|
|
}
|
|
|
|
.userBox .logout {
|
|
border-bottom: solid 1px black;
|
|
}
|