From 375259d766acd87ee368ac7dc845133405a3277a Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 7 Jul 2016 13:50:32 +0200 Subject: [PATCH] use darker link color, same as on main page, to improve contrast --- .../nextcloud_com/static/bootstrap-3.1.0/css/bootstrap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_shared_assets/themes/nextcloud_com/static/bootstrap-3.1.0/css/bootstrap.css b/_shared_assets/themes/nextcloud_com/static/bootstrap-3.1.0/css/bootstrap.css index 14cc1f48e..251f6ccad 100644 --- a/_shared_assets/themes/nextcloud_com/static/bootstrap-3.1.0/css/bootstrap.css +++ b/_shared_assets/themes/nextcloud_com/static/bootstrap-3.1.0/css/bootstrap.css @@ -288,7 +288,7 @@ textarea { line-height: inherit; } a { - color: #428bca; + color: #337ab7; text-decoration: none; } a:hover,