User:Sumwan/wikia.css: Difference between revisions

From Subnautica Wiki
(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: none !important;
cursor: auto !important;
}
}
/* Link cursor */
/* Link cursor */
a:hover {
a:hover {
cursor: none !important;
cursor: auto !important;
}
}

Revision as of 19:54, 24 April 2019

/***** Custom cursor *****/
/* Global cursor */
body {
  cursor: auto !important;
}
/* Link cursor */
a:hover {
  cursor: auto !important;
}