Jump to content

User:Dat Hack3r/styles.css: Difference between revisions

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:
.mw-body-content, .mw-headline {
p, .mw-headline {
color: #FF0000;
color: #FF0000;
font-family: monospace, monospace;
font-family: monospace, monospace;
}
}


.mw-body-content {
p {
font-size: 1.1em;
font-size: 1.1em;
}
}


.mw-body-content a:link {
a:link {
   color: #00FF00;
   color: #00FF00;
}
}


.mw-body-content a:visited {
a:visited {
   color: #FF00FF;
   color: #FF00FF;
}
}