mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-08-11 01:36 am

[dw-nonfree] Links on standout have poor contrast in tropo purple

[commit: http://hg.dwscoalition.org/dw-nonfree/rev/f6dd8c05a60e]

http://bugs.dwscoalition.org/show_bug.cgi?id=992

Alter standout and standout links colors in Tropospherical Purple.

Patch by [personal profile] yvi.

Files modified:
  • htdocs/stc/tropo/purple.css
--------------------------------------------------------------------------------
diff -r f39fcd9b06b5 -r f6dd8c05a60e htdocs/stc/tropo/purple.css
--- a/htdocs/stc/tropo/purple.css	Mon Aug 10 05:20:51 2009 +0000
+++ b/htdocs/stc/tropo/purple.css	Tue Aug 11 01:36:16 2009 +0000
@@ -385,7 +385,7 @@ a:active,
     text-align: center;
 }
 .standout .standout-inner {
-    background-color: #5e3da6;
+    background-color: #8356E6;
     color: #fff;
     border: 1px solid #3a155a;
     margin-top: 0.5em;
@@ -398,6 +398,10 @@ a:active,
 
 .standout-inner a:hover, .standout-inner a:active, .standout-inner a:hover {
     color: #fff;
+}
+
+.standout a:visited, .standout a:link {
+    color: #1D1333;
 }
 
 /* update.bml */
--------------------------------------------------------------------------------