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.

17 lines
279 B

  1. main.logs-page {
  2. .show-more-button {
  3. margin: 1em 0;
  4. padding: 0.5em 2em;
  5. font-size: 2em;
  6. text-align: center;
  7. user-select: none;
  8. display: block;
  9. color: #DA1;
  10. }
  11. .show-more-button:hover {
  12. cursor: pointer;
  13. text-decoration: underline;
  14. }
  15. }