diff options
-rw-r--r-- | skins/Vector.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/skins/Vector.php b/skins/Vector.php index 8ec5000..efc82ee 100644 --- a/skins/Vector.php +++ b/skins/Vector.php @@ -451,7 +451,10 @@ class VectorTemplate extends QuickTemplate { global $wgVectorUseSimpleSearch; ?> <style> - a, a:link, a:visited { color: #2383c2 !important; text-decoration: none; } + a, a:link, a:visited, + .portal a, .portal a:visited { + color: #2383c2; text-decoration: none; + } #mga-body { position: absolute; top: 128px; |