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