From 0c6f1b17fe19a96c0e1a918c2c7cd314e989ffa7 Mon Sep 17 00:00:00 2001 From: Alex Legler Date: Fri, 27 Feb 2015 20:03:04 +0100 Subject: Better visible :visited color --- sources/css/tyrian/bootstrap/variables-tyrian.less | 1 + sources/css/tyrian/less/typography.less | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/sources/css/tyrian/bootstrap/variables-tyrian.less b/sources/css/tyrian/bootstrap/variables-tyrian.less index 4bfcae9..ca75b1a 100644 --- a/sources/css/tyrian/bootstrap/variables-tyrian.less +++ b/sources/css/tyrian/bootstrap/variables-tyrian.less @@ -5,6 +5,7 @@ @gentoo-green: #73D216; @link-color: #36B; +@visited-link-color: #884888; @headings-font-family: 'Bitter', 'Open Sans', sans-serif; @headings-font-weight: 400; diff --git a/sources/css/tyrian/less/typography.less b/sources/css/tyrian/less/typography.less index a4cd44b..5d34a31 100644 --- a/sources/css/tyrian/less/typography.less +++ b/sources/css/tyrian/less/typography.less @@ -16,5 +16,5 @@ textarea { } .visited-links p > a:visited:not(.btn) { - color: @gentoo-purple-light2; + color: @visited-link-color; } -- cgit v1.2.3-65-gdbad