From ecf5f68c4e404389db100cbb317f39705d7f8ed2 Mon Sep 17 00:00:00 2001 From: Rashid Khan Date: Thu, 2 Jan 2014 15:49:32 -0700 Subject: [PATCH] Make links more obvious in dark theme (cherry picked from commit 87ce2bf116de1d6a15d6f71f25eefb5814fadd9c) Conflicts: src/css/bootstrap.dark.min.css src/css/bootstrap.light.min.css --- 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 ee3ba79e7d9..daa66cabf39 100644 --- a/src/vendor/bootstrap/less/variables.dark.less +++ b/src/vendor/bootstrap/less/variables.dark.less @@ -38,8 +38,8 @@ // Links // ------------------------- -@linkColor: darken(@white,5%); -@linkColorHover: @white; +@linkColor: @blue; +@linkColorHover: darken(@linkColor, 10%); // Typography @@ -232,7 +232,7 @@ // Form states and alerts // ------------------------- -@warningText: darken(#c09853, 10%); +@warningText: #c09853; @warningBackground: @grayLighter; @warningBorder: transparent;