User:Sumwan/wikia.css: Difference between revisions
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
/* Global cursor */ |
/* Global cursor */ |
||
body { |
body { |
||
cursor: |
cursor: default !important; |
||
} |
} |
||
/* Link cursor */ |
/* Link cursor */ |
||
a:hover { |
a:hover { |
||
cursor: |
cursor: default !important; |
||
} |
} |