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.

31 lines
484 B

6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
  1. .story-content {
  2. width: 90%;
  3. max-width: 95ch;
  4. margin: auto;
  5. h1 {
  6. font-weight: 200;
  7. text-align: center;
  8. }
  9. .header {
  10. text-align: center;
  11. vertical-align: middle;
  12. margin-bottom: 1em;
  13. h1 {
  14. display: block;
  15. margin-bottom: 0;
  16. }
  17. a {
  18. vertical-align: middle;
  19. display: inline-block;
  20. padding: 0.5em 0.5ch 0.5em 0.5ch;
  21. opacity: 0.5;
  22. }
  23. a:hover {
  24. cursor: pointer;
  25. opacity: 1;
  26. }
  27. }
  28. }