MediaWiki:Gadget-HotCat.css: Difference between revisions

From Fanon Wiki
m (Yes it does, yahooooo)
mNo edit summary
Line 1: Line 1:
/*  
/* Fills the entire <li> of the category, so the extra buttons of HotCat can be more easily discernible. */
Fills the entire <li> of the category,so the extra buttons of HotCat
can be more easily discernible.
*/
 
.catlinks li {
.catlinks li {
background: var(--link-color);
background: var(--link-color);
     padding: .2rem!important;
color: #ccc;
     padding: .2rem !important;
     border-radius: .33rem;
     border-radius: .33rem;
     margin-right: .25rem;
     margin-right: .25rem;
}
}

Revision as of 02:53, 30 June 2023

/* Fills the entire <li> of the category, so the extra buttons of HotCat can be more easily discernible. */
.catlinks li {
	background: var(--link-color);
	color: #ccc;
    padding: .2rem !important;
    border-radius: .33rem;
    margin-right: .25rem;
}