User:Sumwan/wikia.css: Difference between revisions

From Subnautica Wiki
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
/* Global cursor */
/* Global cursor */
body {
body {
cursor: auto !important;
cursor: default !important;
}
}
/* Link cursor */
/* Link cursor */
a:hover {
a:hover {
cursor: auto !important;
cursor: default !important;
}
a:active {
cursor: auto !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;
}