Difference between revisions of "User:3nki/skin.css"

From AvatarWiki
Jump to navigation Jump to search
(Created page with " body { font-family: arial, helvetica, sans-sertif; } #content { background-color: #fcfcfc; }")
 
Line 1: Line 1:
  
 
body {
 
body {
   font-family: arial, helvetica, sans-sertif;
+
   font-family: arial, helvetica, sans-sertif !important;
 
}
 
}
  
 
#content {
 
#content {
   background-color: #fcfcfc;
+
   background-color: #fcfcfc !important;
 
}
 
}

Revision as of 07:24, 20 March 2019


body {
  font-family: arial, helvetica, sans-sertif !important;
}

#content {
  background-color: #fcfcfc !important;
}