Finished what r67300 started, by using #ba0000 as the broken "red" link color.
authorTrevor Parscal <tparscal@users.mediawiki.org>
Tue, 12 Oct 2010 21:28:17 +0000 (21:28 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Tue, 12 Oct 2010 21:28:17 +0000 (21:28 +0000)
includes/ResourceLoaderModule.php

index 4faadf8..5e822b5 100644 (file)
@@ -949,10 +949,10 @@ class ResourceLoaderUserOptionsModule extends ResourceLoaderModule {
                                $rules[] = "a { text-decoration: " . ( $options['underline'] ? 'underline' : 'none' ) . "; }";
                        }
                        if ( $options['highlightbroken'] ) {
-                               $rules[] = "a.new, #quickbar a.new { color: #CC2200; }\n";
+                               $rules[] = "a.new, #quickbar a.new { color: #ba0000; }\n";
                        } else {
                                $rules[] = "a.new, #quickbar a.new, a.stub, #quickbar a.stub { color: inherit; }";
-                               $rules[] = "a.new:after, #quickbar a.new:after { content: '?'; color: #CC2200; }";
+                               $rules[] = "a.new:after, #quickbar a.new:after { content: '?'; color: #ba0000; }";
                                $rules[] = "a.stub:after, #quickbar a.stub:after { content: '!'; color: #772233; }";
                        }
                        if ( $options['justify'] ) {