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.

16 lines
265 B

  1. main.logs-page {
  2. div.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. color: #DA1;
  9. }
  10. div.show-more-button:hover {
  11. cursor: pointer;
  12. text-decoration: underline;
  13. }
  14. }