diff options
author | Kartik Agaram <vc@akkartik.com> | 2021-06-26 09:20:32 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2021-06-26 09:20:32 -0700 |
commit | dc5a0acf3feea227d03a98cedf427d2aef462320 (patch) | |
tree | ee6eff6dfc02b88063b51b7d413f03a91566403f /html/linux/103kernel-string-equal.subx.html | |
parent | f7a7db83eff079d0494ded92fd73403d23a55538 (diff) | |
download | mu-dc5a0acf3feea227d03a98cedf427d2aef462320.tar.gz |
.
Switch html rendering to my current colorscheme with a little less blue, for night browsing.
Diffstat (limited to 'html/linux/103kernel-string-equal.subx.html')
-rw-r--r-- | html/linux/103kernel-string-equal.subx.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/html/linux/103kernel-string-equal.subx.html b/html/linux/103kernel-string-equal.subx.html index 406a3746..6f83f627 100644 --- a/html/linux/103kernel-string-equal.subx.html +++ b/html/linux/103kernel-string-equal.subx.html @@ -10,21 +10,21 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { 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; } -.subxH1Comment { color: #005faf; text-decoration: underline; } .subxComment { color: #005faf; } -.subxS1Comment { color: #0000af; } -.subxS2Comment { color: #8a8a8a; } +.subxFunction { color: #af5f00; text-decoration: underline; } .LineNr { } -.subxMinorFunction { color: #875f5f; } -.Constant { color: #008787; } .subxTest { color: #5f8700; } +.subxS1Comment { color: #0000af; } +.subxMinorFunction { color: #875f5f; } .SpecialChar { color: #d70000; } -.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; } -.subxFunction { color: #af5f00; text-decoration: underline; } +.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; } +.Constant { color: #008787; } +.subxS2Comment { color: #8a8a8a; } +.subxH1Comment { color: #005faf; text-decoration: underline; } --> </style> |