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.

23 lines
328 B

6 years ago
6 years ago
  1. div.chapter-meta {
  2. display: inline-block;
  3. padding: 0;
  4. padding-right: 1em;
  5. margin: 0;
  6. user-select: none;
  7. a {
  8. color: inherit;
  9. border-bottom: 0.25px dotted;
  10. }
  11. a:hover {
  12. border-bottom: 0.5px solid;
  13. }
  14. .tooltip {
  15. border-bottom: 0.25px dotted;
  16. }
  17. }
  18. div.chapter-meta.weak {
  19. opacity: 0.5;
  20. }