Files
cloudflare__vinext/examples/hackernews/components/comment.module.css
2026-02-24 09:29:39 -06:00

40 lines
444 B
CSS

.comment {
margin-bottom: 15px;
}
.children {
padding-left: 20px;
}
.meta {
font-size: 12px;
margin-bottom: 5px;
}
.toggle {
cursor: pointer;
}
.text {
color: #000;
font-size: 13px;
line-height: 18px;
}
/* hn styles */
.text :global(p) {
margin-top: 10px;
}
.text :global(pre) {
margin-bottom: 10px;
max-width: 900px;
overflow: auto;
padding: 2px;
white-space: pre-wrap;
}
.text :global(a) {
color: #000;
}