Difference between revisions of "User:Jugalator/monobook.css"

From Basin Wiki
Jump to navigation Jump to search
 
 
Line 4: Line 4:
  
 
#content {
 
#content {
     background: yellowgreen;
+
    color: silver;
 +
     background: black;
 
}
 
}

Latest revision as of 18:11, 12 April 2006

h1, h2, h3, h4, h5, h6 {
    color: yellowgreen;
}

#content {
    color: silver;
    background: black;
}