mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 05:35:42 +08:00
19 lines
228 B
CSS
19 lines
228 B
CSS
.offTopic {
|
|
height: 100%;
|
|
}
|
|
|
|
.offTopicLabel {
|
|
padding: 10px 20px;
|
|
display: block;
|
|
}
|
|
|
|
.tag {
|
|
background: rgba(245, 188, 168, 0.6);
|
|
display: inline-block;
|
|
margin: 0px 5px;
|
|
padding: 5px 5px;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
|