From 663fe633b7a706cba761265352385aa4d4faf6d4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 15 Jun 2022 13:03:34 -0400 Subject: Move documentation foreground/background properties to the document This has better compatibility with tools that manipulate the colour scheme, like Dark Reader. --- doc/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/style.css b/doc/style.css index cf32b28..2385438 100644 --- a/doc/style.css +++ b/doc/style.css @@ -2,9 +2,12 @@ /* Generic page style */ -body { +html { background: #FFF; color: #222; +} + +body { font-family: "DejaVu Sans", "SF Pro Text", Verdana, sans-serif; font-style: normal; line-height: 1.6em; -- cgit v1.2.1