/* retro touches without being annoying */
.panel__head span:first-child{
  text-transform:uppercase;
  letter-spacing:2px;
}
.feed .entry{
  border-bottom:1px dashed rgba(42,57,74,.6);
  padding:6px 0;
}
.feed .entry b{ color:var(--hot); }
.feed .tag{ color:var(--muted); }
.feed .good{ color:var(--ok); }
.feed .bad{ color:var(--bad); }
