Jump to content

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

Dat Hack3r (talk | contribs)
Added back a space I accidentally removed.
Dat Hack3r (talk | contribs)
Made it so that certain templates won't be affected by the styles.
Line 20: Line 20:
}
}


a:link {
a:link:not(.template) {
   color: #00FF00;
   color: #00FF00;
}
}


a:visited {
a:visited:not(.template) {
   color: #FFFF00;
   color: #FFFF00;
}
}