MediaWiki:Gadget-HotCat.css: Difference between revisions

From Fanon Wiki
(let's see if this works for hotcat)
 
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
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;
}
}

Latest revision as of 02:54, 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);
    padding: .2rem !important;
    border-radius: .33rem;
    margin-right: .25rem;
}