From fcb6b333d0d8269dbc5b6cb78b29ae053e009364 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Sat, 4 Jan 2014 00:35:41 +0100 Subject: [PATCH] Revert "Make links more obvious in dark theme" This reverts commit ecf5f68c4e404389db100cbb317f39705d7f8ed2. --- src/vendor/bootstrap/less/variables.dark.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/vendor/bootstrap/less/variables.dark.less b/src/vendor/bootstrap/less/variables.dark.less index daa66cabf39..ee3ba79e7d9 100644 --- a/src/vendor/bootstrap/less/variables.dark.less +++ b/src/vendor/bootstrap/less/variables.dark.less @@ -38,8 +38,8 @@ // Links // ------------------------- -@linkColor: @blue; -@linkColorHover: darken(@linkColor, 10%); +@linkColor: darken(@white,5%); +@linkColorHover: @white; // Typography @@ -232,7 +232,7 @@ // Form states and alerts // ------------------------- -@warningText: #c09853; +@warningText: darken(#c09853, 10%); @warningBackground: @grayLighter; @warningBorder: transparent;