From bccf837a8d9e425c1dc0401fa0423310e9f9176b Mon Sep 17 00:00:00 2001 From: Sourabh Bajaj Date: Tue, 7 Nov 2017 01:01:11 -0800 Subject: [PATCH] Make the share buttons more prominent --- styles/website.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 styles/website.css diff --git a/styles/website.css b/styles/website.css new file mode 100644 index 00000000..59f7c517 --- /dev/null +++ b/styles/website.css @@ -0,0 +1,3 @@ +.book-header .btn { + color: #444; +}