diff options
author | David Robillard <d@drobilla.net> | 2022-06-15 13:03:34 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-07-17 17:08:38 -0400 |
commit | 663fe633b7a706cba761265352385aa4d4faf6d4 (patch) | |
tree | 1acc2bc9e360c851ddafa04dd8642ee349c76b57 | |
parent | bae9223780400754040e2d25035a86e5efef5b3e (diff) | |
download | lv2-663fe633b7a706cba761265352385aa4d4faf6d4.tar.xz |
Move documentation foreground/background properties to the document
This has better compatibility with tools that manipulate the colour scheme,
like Dark Reader.
-rw-r--r-- | doc/style.css | 5 |
1 files changed, 4 insertions, 1 deletions
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; |