User:Dat Hack3r/styles.css: Difference between revisions
Jump to navigation
Jump to search
Dat Hack3r (talk | contribs) (I think I got the CSS classes right this time.) |
Dat Hack3r (talk | contribs) (I just realized, just apply the rule to <p>. 🤦) |
||
Line 1: | Line 1: | ||
p, .mw-headline { | |||
color: #FF0000; | color: #FF0000; | ||
font-family: monospace, monospace; | font-family: monospace, monospace; | ||
} | } | ||
p { | |||
font-size: 1.1em; | font-size: 1.1em; | ||
} | } | ||
a:link { | |||
color: #00FF00; | color: #00FF00; | ||
} | } | ||
a:visited { | |||
color: #FF00FF; | color: #FF00FF; | ||
} | } |