mirror of
https://github.com/Funkoala14/knowledgebase_law.git
synced 2025-06-09 22:18:15 +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;
|
||
|
}
|