MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 13: Line 13:
/* 通常のリンク(未訪問) */
/* 通常のリンク(未訪問) */
a {
a {
   color: blue;
   color: #1E90FF;
}
}


/* 訪問済みリンク */
/* 訪問済みリンク */
a:visited {
a:visited {
   color: #1E90FF;
   color: blue;
}
}