main
Last change
on this file since 748b7f6 was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
235 bytes
|
Rev | Line | |
---|
[d24f17c] | 1 | code[class*="language-"] a[href],
|
---|
| 2 | pre[class*="language-"] a[href] {
|
---|
| 3 | cursor: help;
|
---|
| 4 | text-decoration: none;
|
---|
| 5 | }
|
---|
| 6 |
|
---|
| 7 | code[class*="language-"] a[href]:hover,
|
---|
| 8 | pre[class*="language-"] a[href]:hover {
|
---|
| 9 | cursor: help;
|
---|
| 10 | text-decoration: underline;
|
---|
| 11 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.