diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-12-28 02:07:11 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-12-28 02:07:11 -0800 |
commit | 044b4130214f9dbe0d9d9990a3b9c3fa2f0a1e45 (patch) | |
tree | 537404576b3d1506b0e9c30a5e47768cc36f5321 /html/subx/apps/factorial.subx.html | |
parent | efc3c64b0da682d497a793799f8958b9832c5650 (diff) | |
download | mu-044b4130214f9dbe0d9d9990a3b9c3fa2f0a1e45.tar.gz |
4879
Diffstat (limited to 'html/subx/apps/factorial.subx.html')
-rw-r--r-- | html/subx/apps/factorial.subx.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/subx/apps/factorial.subx.html b/html/subx/apps/factorial.subx.html index 8383b297..026db18a 100644 --- a/html/subx/apps/factorial.subx.html +++ b/html/subx/apps/factorial.subx.html @@ -24,9 +24,9 @@ body { font-size:12pt; font-family: monospace; color: #aaaaaa; background-color: .subxS1Comment { color:#2d8cff; } .CommentedCode { color: #6c6c6c; } .Constant { color:#00a0a0; } -.subxFunction { color: #ff8700; } +.subxFunction { color: #af5f00; text-decoration: underline; } .subxTest { color: #5f8700; } -.SpecialChar { color: #ff0000; } +.SpecialChar { color: #d70000; } .subxH1Comment { color:#00ffff; } --> </style> |