Nonograms Katana Wiki

Are you new to wikis?
Do you have trouble navigating the wiki?
Check this page.

READ MORE

Nonograms Katana Wiki
No edit summary
No edit summary
Line 7: Line 7:
   
 
/*What the link looks like when you're hovering on it*/
 
/*What the link looks like when you're hovering on it*/
.page-Sandbox_page .a:hover {
+
.page-Sandbox_page h2 {
background-color: yellow;
+
background-color: pink;
 
}
 
}
   

Revision as of 18:41, 1 December 2021

/* CSS placed here will be applied to all skins */

/* Add some styling on a certain page */
.page-Sandbox_page h1 {
    background-color: yellow;
}

/*What the link looks like when you're hovering on it*/
.page-Sandbox_page h2 {
		background-color: pink;
}

/*I wanted to implement tooltips for items, but it would only work on
desktop, so it doesn't really make sense. Also there's a lor of
code to read and learn.*/