mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 11:58:20 -07: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;
|
|
} |