From dc5a0acf3feea227d03a98cedf427d2aef462320 Mon Sep 17 00:00:00 2001 From: Kartik Agaram <vc@akkartik.com> Date: Sat, 26 Jun 2021 09:20:32 -0700 Subject: . Switch html rendering to my current colorscheme with a little less blue, for night browsing. --- html/308allocate-array.subx.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'html/308allocate-array.subx.html') diff --git a/html/308allocate-array.subx.html b/html/308allocate-array.subx.html index 80353482..39ff92bc 100644 --- a/html/308allocate-array.subx.html +++ b/html/308allocate-array.subx.html @@ -10,13 +10,13 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; } +body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; } a { color:inherit; } * { font-size:12pt; font-size: 1em; } .subxComment { color: #005faf; } -.subxS1Comment { color: #0000af; } .LineNr { } +.subxS1Comment { color: #0000af; } .subxFunction { color: #af5f00; text-decoration: underline; } .Constant { color: #008787; } --> -- cgit 1.4.1-2-gfad0