mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-18 20:54:56 +02: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;
|
|
} |