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
452 B

  1. #dokuwiki__content.main-content {
  2. h1, h2, h3, h4, h5 {
  3. a.anchor {
  4. vertical-align: middle;
  5. margin-left: 0.25em;
  6. display: none;
  7. position: absolute;
  8. svg {
  9. width: 1em;
  10. height: 1em;
  11. fill: @ini_link;
  12. }
  13. }
  14. &:hover {
  15. a.anchor {
  16. display: inline-block;
  17. }
  18. }
  19. }
  20. }