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/linux/ex2.mu.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'html/linux/ex2.mu.html') diff --git a/html/linux/ex2.mu.html b/html/linux/ex2.mu.html index decd4fcd..272c7f97 100644 --- a/html/linux/ex2.mu.html +++ b/html/linux/ex2.mu.html @@ -10,20 +10,20 @@ <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; } -.PreProc { color: #c000c0; } +.muComment { color: #005faf; } +.LineNr { } .muRegEcx { color: #af875f; } .Special { color: #ff6060; } -.LineNr { } -.Constant { color: #008787; } -.muRegEbx { color: #8787af; } .muRegEax { color: #875f00; } .Delimiter { color: #c000c0; } .muFunction { color: #af5f00; text-decoration: underline; } -.muComment { color: #005faf; } +.muRegEbx { color: #8787af; } +.Constant { color: #008787; } +.PreProc { color: #c000c0; } --> </style> -- cgit 1.4.1-2-gfad0