MediaWiki:Modern.css: Difference between revisions

From Han Wiki
Jump to navigation Jump to search
No edit summary
add colors for links
Line 12: Line 12:


#toc a {
#toc a {
   color: white;
   color: #a0b7d9;
}
}


#toc a:visited {
#toc a:visited {
   color: gray;
   color: #a0b7d9;
}
}

Revision as of 21:46, 14 July 2016

/* CSS placed here will affect users of the Modern skin */

.mw-headline {
  line-height: 1;
}

#toc {
  opacity: 0.8;
  filter: alpha(opacity=50);
  background-color: #8d97a6;
}

#toc a {
  color: #a0b7d9;
}

#toc a:visited {
  color: #a0b7d9;
}