MediaWiki:Common.css: Difference between revisions

From Star Trek: Theurgy Wiki

No edit summary
No edit summary
Line 4: Line 4:
box-shadow: none;
box-shadow: none;
border: 1px solid transparent;
border: 1px solid transparent;
}
#navigation > ul  li a:visited{
    color: #2549c8 !important;
}
}

Revision as of 13:22, 25 April 2017

/* CSS placed here will be applied to all skins */
#navigation .menu-item a{
background-color: transparent;
box-shadow: none;
border: 1px solid transparent;
}

#navigation > ul  li a:visited{
    color: #2549c8 !important;
}