MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus n2h-express.de
(Die Seite wurde neu angelegt: „→Das folgende CSS wird für alle Benutzeroberflächen geladen.: a { text-decoration: none; color: red; background: none; }“) |
|||
Zeile 3: | Zeile 3: | ||
a { | a { | ||
text-decoration: none; | text-decoration: none; | ||
− | color: | + | color: #81F781; |
background: none; | background: none; | ||
} | } |
Version vom 2. Januar 2018, 16:38 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
a {
text-decoration: none;
color: #81F781;
background: none;
}