Difference between revisions of "MediaWiki:Vector.css"
Jump to navigation
Jump to search
(Created page with "→All CSS here will be loaded for users of the Vector skin: .main_hyperlink a{ color: white; }") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Vector skin */ | /* All CSS here will be loaded for users of the Vector skin */ | ||
+ | |||
+ | * { | ||
+ | font-family: sans-serif!important; | ||
+ | } | ||
.main_hyperlink a{ | .main_hyperlink a{ | ||
color: white; | color: white; | ||
} | } |
Latest revision as of 23:15, 3 March 2021
/* All CSS here will be loaded for users of the Vector skin */ * { font-family: sans-serif!important; } .main_hyperlink a{ color: white; }