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.
 
 
 

11 regels
235 B

  1. code[class*="language-"] a[href],
  2. pre[class*="language-"] a[href] {
  3. cursor: help;
  4. text-decoration: none;
  5. }
  6. code[class*="language-"] a[href]:hover,
  7. pre[class*="language-"] a[href]:hover {
  8. cursor: help;
  9. text-decoration: underline;
  10. }