diff --git a/theme/chameleon/user_styles.css b/theme/chameleon/user_styles.css index 25dab62dc58..5c498be39c9 100644 --- a/theme/chameleon/user_styles.css +++ b/theme/chameleon/user_styles.css @@ -24,6 +24,10 @@ a:visited { a:hover { color: #779911; } +a.dimmed:link, +a.dimmed:visited { + color:#AAAAAA; +} table.generaltable { background-color: #EEEEEE; }