diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-05-22 23:08:09 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-05-22 23:12:11 -0700 |
commit | 9a77780158842db6e4aa098f5027e030fc3bd878 (patch) | |
tree | 39dcb108e89fa7135bb74f8796ed55c5d117a362 /html/059stop.subx.html | |
parent | 3d0c48adf989ce9431986320ca76f565dc53ee5c (diff) | |
download | mu-9a77780158842db6e4aa098f5027e030fc3bd878.tar.gz |
6384
Diffstat (limited to 'html/059stop.subx.html')
-rw-r--r-- | html/059stop.subx.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/html/059stop.subx.html b/html/059stop.subx.html index c94eda2d..8cf368fc 100644 --- a/html/059stop.subx.html +++ b/html/059stop.subx.html @@ -16,14 +16,14 @@ a { color:inherit; } * { font-size:12pt; font-size: 1em; } .subxComment { color: #005faf; } .subxS2Comment { color: #8a8a8a; } +.subxTest { color: #5f8700; } +.subxFunction { color: #af5f00; text-decoration: underline; } .LineNr { } .subxS1Comment { color: #0000af; } .CommentedCode { color: #8a8a8a; } -.subxFunction { color: #af5f00; text-decoration: underline; } .Normal { color: #000000; background-color: #c6c6c6; padding-bottom: 1px; } -.subxMinorFunction { color: #875f5f; } .Constant { color: #008787; } -.subxTest { color: #5f8700; } +.subxMinorFunction { color: #875f5f; } --> </style> |