dh_demo

DreamHanks demo project
git clone git://git.lair.cx/dh_demo
Log | Files | Refs | README

ThreadCommentView.module.css (572B)


      1 .comment{margin-bottom:1rem;padding:1rem;border-radius:.25rem;border:1px solid rgba(0,0,0,0);border-color:#6f7975;background-color:#fafdfa}@media(prefers-color-scheme: dark){.comment{border-color:#89938f;background-color:#191c1b}}.comment .meta{display:flex;flex-direction:row;align-items:center;gap:.5rem;margin-bottom:.5rem;line-height:1rem;font-size:.75rem;letter-spacing:.0333333333rem;font-weight:400}.comment .meta .idx,.comment .meta .author,.comment .meta .date{display:block}.comment .body{line-height:1.5}/*# sourceMappingURL=ThreadCommentView.module.css.map */