Difference between revisions of "MediaWiki:Vector.css"

From Spatial Manager Wiki
Jump to navigation Jump to search
 
Line 2: Line 2:
  
 
* {
 
* {
     font-family: sans-serif;
+
     font-family: sans-serif!important;
 
}
 
}
  

Latest revision as of 00:15, 4 March 2021

/* All CSS here will be loaded for users of the Vector skin */

* {
    font-family: sans-serif!important;
}

.main_hyperlink a{
 color: white;
}