User:Michael Murtaugh/common.css: Difference between revisions

From XPUB & Lens-Based wiki
(Created page with "body { background: blue }")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
body {
body {
background: blue
background: blue !important;
 
}
a {
color: green !important;
}
}

Latest revision as of 19:27, 17 May 2016

body {
background: blue !important;

}
a {
color: green !important;
}