MediaWiki:Gadget-Darkmode.css: Unterschied zwischen den Versionen
Aus SchnuppTrupp
Zeile 5: | Zeile 5: | ||
a { | a { | ||
− | color: # | + | color: #add8e6; /*Set the color of links to blue */ |
} | } | ||
a:visited { | a:visited { | ||
color: #609; /* Set the color of visited links to purple */ | color: #609; /* Set the color of visited links to purple */ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } |
Version vom 8. Dezember 2023, 01:16 Uhr
body { background-color: #000000; /* Set the background color to black */ color: #ffffff; /* Set the color of text to white */ } a { color: #add8e6; /*Set the color of links to blue */ } a:visited { color: #609; /* Set the color of visited links to purple */ }