mirror of
https://github.com/wassname/talk.git
synced 2026-07-14 11:18:50 +08:00
12 lines
186 B
CSS
12 lines
186 B
CSS
.commentTombstone {
|
|
background-color: #F0F0F0;
|
|
text-align: center;
|
|
padding: 1em;
|
|
color: #3E4F71;
|
|
}
|
|
|
|
.undo {
|
|
cursor: pointer;
|
|
text-decoration: underline;
|
|
margin-left: 5px;
|
|
} |