From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Link colours in new Worg style Date: Fri, 08 Mar 2013 18:24:12 +0100 Message-ID: <87y5dxztxf.fsf@bzg.ath.cx> References: <20130308140522.GF13199@kuru.dyndns-at-home.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35358) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UE11n-0001N4-OP for emacs-orgmode@gnu.org; Fri, 08 Mar 2013 12:24:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UE11i-00062o-Vp for emacs-orgmode@gnu.org; Fri, 08 Mar 2013 12:24:19 -0500 Received: from mail-wg0-f48.google.com ([74.125.82.48]:38973) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UE11i-00062X-Lz for emacs-orgmode@gnu.org; Fri, 08 Mar 2013 12:24:14 -0500 Received: by mail-wg0-f48.google.com with SMTP id 16so2740300wgi.3 for ; Fri, 08 Mar 2013 09:24:14 -0800 (PST) In-Reply-To: <20130308140522.GF13199@kuru.dyndns-at-home.com> (Suvayu Ali's message of "Fri, 8 Mar 2013 15:05:22 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Suvayu Ali Cc: Emacs Org mode Hi Suvayu, Suvayu Ali writes: > The new Worg style is amazing; the text is very clear and much more > readable now. However I have a major complaint about the links. It > seems the new style overrides my browser's colour setting for unvisited > and visited links. I think this is extremely confusing. As per my > setting, I have blue for unvisited links and purple for visited links. > The new style overrides this to red for unvisited and blue for visited. > Obviously you can see how this leads to a confusion. I would really > appreciate it if this was left to the user and not determined by the > webpage. The previous stylesheet already used non-default colors for non-visited and visited links. I just changed the colors. Here is the setting you saw: a {text-decoration: none; color: #FF0000; font-weight: 400;} a:visited {text-decoration: none; color: #0066CC; font-weight: 400;} a:hover {text-decoration: underline; color: #FF0000} But you're right this is confusing, as this is the exact opposite of... most browsers default settings. I swaped the color, let me know if this looks better. PS: The Unicorn-on-steroid logo will change, I'm waiting for my friend to submit a new one. Perhaps the colors will change a bit too. -- Bastien