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.

10 lines
166 B

  1. table.logs-table {
  2. outline: 1px solid;
  3. margin: 1em auto;
  4. width: 90%;
  5. max-width: 140ch;
  6. a:hover {
  7. cursor: pointer;
  8. text-decoration: underline;
  9. }
  10. }