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.

28 lines
473 B

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