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.

15 lines
268 B

  1. div.unknown-nick-list {
  2. padding: 0.5em 0;
  3. div.nick {
  4. display: inline-block;
  5. padding: 0.25em 0.5ch;
  6. margin: 2px;
  7. background-color: #111;
  8. color: #881;
  9. }
  10. div.nick:hover {
  11. cursor: pointer;
  12. background-color: #222;
  13. color: #CC2;
  14. }
  15. }