Index: trunk/phase3/includes/ResourceLoaderModule.php |
— | — | @@ -949,10 +949,10 @@ |
950 | 950 | $rules[] = "a { text-decoration: " . ( $options['underline'] ? 'underline' : 'none' ) . "; }"; |
951 | 951 | } |
952 | 952 | if ( $options['highlightbroken'] ) { |
953 | | - $rules[] = "a.new, #quickbar a.new { color: #CC2200; }\n"; |
| 953 | + $rules[] = "a.new, #quickbar a.new { color: #ba0000; }\n"; |
954 | 954 | } else { |
955 | 955 | $rules[] = "a.new, #quickbar a.new, a.stub, #quickbar a.stub { color: inherit; }"; |
956 | | - $rules[] = "a.new:after, #quickbar a.new:after { content: '?'; color: #CC2200; }"; |
| 956 | + $rules[] = "a.new:after, #quickbar a.new:after { content: '?'; color: #ba0000; }"; |
957 | 957 | $rules[] = "a.stub:after, #quickbar a.stub:after { content: '!'; color: #772233; }"; |
958 | 958 | } |
959 | 959 | if ( $options['justify'] ) { |