mirror of
https://github.com/wassname/talk.git
synced 2026-06-30 02:23:06 +08:00
15 lines
212 B
CSS
15 lines
212 B
CSS
.message {
|
|
padding: 10px 0 20px;
|
|
letter-spacing: 0.1px;
|
|
font-size: 13px;
|
|
line-height: 33px;
|
|
}
|
|
|
|
.message a {
|
|
color: black;
|
|
font-weight: bold;
|
|
cursor: pointer;
|
|
margin: 0px;
|
|
padding-bottom: 2px;
|
|
}
|