The frontend/UI server, written in JS using the MarkoJS library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
270 B

  1. div.post-meta {
  2. display: inline-block;
  3. padding: 0;
  4. padding-right: 1em;
  5. margin: 0;
  6. user-select: none;
  7. a {
  8. color: inherit;
  9. border-bottom: 0.25px dotted;
  10. }
  11. a:hover {
  12. border-bottom: 0.5px solid;
  13. }
  14. }
  15. div.post-meta.weak {
  16. opacity: 0.5;
  17. }