commit 65d31bceb7a54f2d8880309452d6c54c97ccc4bf Author: Karsten Loesing karsten.loesing@gmx.net Date: Mon Mar 20 14:29:17 2017 +0100
Fix button text color of visited links. --- website/src/main/resources/web/css/style.css | 1 + 1 file changed, 1 insertion(+)
diff --git a/website/src/main/resources/web/css/style.css b/website/src/main/resources/web/css/style.css index 70764ad..273260a 100644 --- a/website/src/main/resources/web/css/style.css +++ b/website/src/main/resources/web/css/style.css @@ -120,6 +120,7 @@ body {
/* primary button color */ .btn-primary { + color: #fff !important; background-color: #8d56A8; border-color: #7d4698; }
tor-commits@lists.torproject.org