MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus n2h-express.de
| Zeile 8: | Zeile 8: | ||
a:visited { | a:visited { | ||
| − | color: | + | color: #04B404; |
} | } | ||
Version vom 2. Januar 2018, 16:41 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
a {
text-decoration: none;
color: #81F781;
background: none;
}
a:visited {
color: #04B404;
}