mirror of
https://github.com/wassname/talk.git
synced 2026-06-28 23:10:43 +08:00
12 lines
165 B
CSS
12 lines
165 B
CSS
.moderationLink {
|
|
display: inline;
|
|
|
|
a {
|
|
color: #679af3;
|
|
text-decoration: none;
|
|
font-size: 1em;
|
|
font-weight: 600;
|
|
letter-spacing: .3px;
|
|
}
|
|
}
|