mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 13:09:29 +08:00
11 lines
No EOL
235 B
Text
11 lines
No EOL
235 B
Text
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;
|
|
} |