User:Sumwan/wikia.css: Difference between revisions

From Subnautica Wiki
No edit summary
No edit summary
Line 6: Line 6:
/* Link cursor */
/* Link cursor */
a:hover {
a:hover {
cursor: auto !important;
}
a:active {
cursor: auto !important;
cursor: auto !important;
}
}

Revision as of 19:56, 24 April 2019

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