source: node_modules/prismjs/plugins/wpd/prism-wpd.css

main
Last change on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 235 bytes
Line 
1code[class*="language-"] a[href],
2pre[class*="language-"] a[href] {
3 cursor: help;
4 text-decoration: none;
5}
6
7code[class*="language-"] a[href]:hover,
8pre[class*="language-"] a[href]:hover {
9 cursor: help;
10 text-decoration: underline;
11}
Note: See TracBrowser for help on using the repository browser.