On 13 October 2011 08:49, David Crossley <cross...@apache.org> wrote:
> Here is a solution which should meet the quest for "appealing"
> and also meet the quest for "usability".
>
> This intends to use the same colour that "bootstrap" uses
> for "a:hover".
>
> I presume that they have used a dull variant of the link colour.
>
> If anyone can work out the exact colour by looking at
> the "bootstrap*.css" then thanks. I tried.
>
> -David
>
> Index: site-author/style/style.css
> ===================================================================
> --- site-author/style/style.css (revision 1182649)
> +++ site-author/style/style.css (working copy)
> @@ -123,3 +123,7 @@
>  text-decoration: none;
>  color: black;
>  }
> +
> +a:visited {
> +  color: #00438A;
> +}
>

I've created "crossley" with this patch applied to the "current" css settings

> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org

Reply via email to