mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-12-06 04:43:52 +01: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;
|
|
} |