User:Sumwan/wikia.css: Difference between revisions
(Created page with "→**** Custom cursor ****: →Global cursor: body { cursor: none !important; } →Link cursor: a:hover { cursor: none !important; }") |
No edit summary |
||
Line 2: | Line 2: | ||
/* Global cursor */ |
/* Global cursor */ |
||
body { |
body { |
||
cursor: |
cursor: auto !important; |
||
} |
} |
||
/* Link cursor */ |
/* Link cursor */ |
||
a:hover { |
a:hover { |
||
cursor: |
cursor: auto !important; |
||
} |
} |