mirror of
https://github.com/CyC2018/CS-Notes.git
synced 2025-07-24 21:56:51 +08:00
11 lines
235 B
CSS
11 lines
235 B
CSS
code[class*="language-"] a[href],
|
|
pre[class*="language-"] a[href] {
|
|
cursor: help;
|
|
text-decoration: none;
|
|
}
|
|
|
|
code[class*="language-"] a[href]:hover,
|
|
pre[class*="language-"] a[href]:hover {
|
|
cursor: help;
|
|
text-decoration: underline;
|
|
} |