[tor-commits] [metrics-web/master] Fix button text color of visited links.
karsten at torproject.org
karsten at torproject.org
Thu Jul 6 12:46:42 UTC 2017
commit 65d31bceb7a54f2d8880309452d6c54c97ccc4bf
Author: Karsten Loesing <karsten.loesing at 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;
}
More information about the tor-commits
mailing list