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
307 B

6 years ago
  1. div.story-tags {
  2. text-align: center;
  3. margin-bottom: 1em;
  4. margin-top: -1em;
  5. a.tag {
  6. display: inline-block;
  7. margin: 0.5em 0.5ch;
  8. padding: 0.0625em 0.5ch;
  9. outline: 1px solid;
  10. opacity: 0.75;
  11. user-select: none;
  12. }
  13. a.tag:hover {
  14. opacity: 1;
  15. cursor: pointer;
  16. }
  17. }