Difference between revisions of "MediaWiki:Vector.css"
(Created page with "→CSS placed here will affect users of the Vector skin: table { color: white; background-color: #151b54; } a { color: #ffff00; } a:visited { color: #00ff00; } a:...") |
|||
Line 13: | Line 13: | ||
a:active { | a:active { | ||
color: #ffa500; | color: #ffa500; | ||
+ | } | ||
+ | |||
+ | fieldset { | ||
+ | border: 1px solid #2f6fab; | ||
} | } |
Revision as of 19:33, 5 February 2020
/* CSS placed here will affect users of the Vector skin */ table { color: white; background-color: #151b54; } a { color: #ffff00; } a:visited { color: #00ff00; } a:active { color: #ffa500; } fieldset { border: 1px solid #2f6fab; }