From 4b81d0836ef9160105e31f1cea280097277ad9ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Thu, 18 Jul 2013 18:06:10 +0200 Subject: [PATCH] Fix font color of pagination with style-eink and use bold. re #73 --- styles/style-default.css | 1 + styles/style-eink.css | 2 ++ 2 files changed, 3 insertions(+) diff --git a/styles/style-default.css b/styles/style-default.css index c7c395c..4b224e3 100644 --- a/styles/style-default.css +++ b/styles/style-default.css @@ -276,6 +276,7 @@ margin:auto; text-align:center; height:32px; display:table; +font-weight: bold; } .footcenter p, .footcenter a diff --git a/styles/style-eink.css b/styles/style-eink.css index ae42a7b..1e16a2c 100644 --- a/styles/style-eink.css +++ b/styles/style-eink.css @@ -288,6 +288,8 @@ margin:auto; text-align:center; height:32px; display:table; +color: black; +font-weight: bold; } .footcenter p, .footcenter a