MediaWiki:Gadget-HotCat.css: Difference between revisions

From Fanon Wiki
(let's see if this works for hotcat)
 
m (Yes it does, yahooooo)
Line 1: Line 1:
/*
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;
     padding: .2rem!important;
     border-radius: .33rem;
     border-radius: .33rem;
     margin-right: .25rem;
     margin-right: .25rem;
}
}

Revision as of 16:52, 8 July 2022

/* 
	Fills the entire <li> of the category,so the extra buttons of HotCat
	can be more easily discernible.
*/

.catlinks li {
	background: var(--link-color);
    padding: .2rem!important;
    border-radius: .33rem;
    margin-right: .25rem;
}