From 10a9990c89200777fab3be6db894c61c48d417ee Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Sat, 2 Sep 2017 20:39:44 +0200 Subject: Normalize farbar inline page text color (black, not blue). --- style.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.scss b/style.scss index 0027c8a..30fed7a 100644 --- a/style.scss +++ b/style.scss @@ -422,6 +422,9 @@ th { } .inlinepage { margin: 1em 0; + p { + color: black; + } } } -- cgit v1.2.3