25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

11 lines
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. }