diff options
Diffstat (limited to 'skins/Vector.php')
-rw-r--r-- | skins/Vector.php | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/skins/Vector.php b/skins/Vector.php index 41366db..f7955a7 100644 --- a/skins/Vector.php +++ b/skins/Vector.php @@ -452,8 +452,12 @@ class VectorTemplate extends QuickTemplate { ?> <style> a, a:link, a:visited, - .portal a, .portal a:visited { - color: #2383c2; text-decoration: none; + #mw-panel div.portal div.body ul li a, + #mw-panel div.portal div.body ul li a:visited, + div.vectorTabs li a, div.vectorTabs li a span, + #mw-head a { + color: #2383c2; + text-decoration: none; } #mga-body { position: absolute; |