cloudflare/vinext

Public

mirrored fromhttps://github.com/cloudflare/vinextAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
23f9e1e13decb3ee024adc6a091b9252427f8e2e

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

examples/hackernews/components/comment.module.css

39lines · modepreview

.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;
}