MediaWiki:Common.css: Difference between revisions

From Emmy The Robot Fandom Wiki
Content deleted Content added
No edit summary
No edit summary
Line 22: Line 22:
/* navigation left sidebar yellow text */
/* navigation left sidebar yellow text */
#site-navigation a {
#site-navigation a {
color: #FFCC00;
}
#site-navigation a:hover {
color: #FFE375;
}
/* category right sidebar transparent */
#catlinks-sidebar.sidebar-chunk {
border: none;
background-color: transparent;
}
/* category right sidebar yellow text */
#catlinks-sidebar a {
color: #FFCC00;
color: #FFCC00;
}
}