MediaWiki:Modern.css: Difference between revisions

From Han Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 17: Line 17:
#toc a:visited {
#toc a:visited {
   color: #ddd;
   color: #ddd;
}
#toc #togglelink {
  color: white;
}
}

Revision as of 21:47, 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: #ddd;
}

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

#toc #togglelink {
  color: white;
}