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
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
/* Global cursor */
/* Global cursor */
body {
body {
cursor: none !important;
cursor: default !important;
}
}
/* Link cursor */
/* Link cursor */
a:hover {
a:hover {
cursor: none !important;
cursor: default !important;
}
}

Latest revision as of 20:04, 24 April 2019

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