diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2018-01-25 22:39:31 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2018-01-25 22:39:31 -0800 |
commit | 805d58c6aeeeba3e4989c0eed6781b3861e8fae0 (patch) | |
tree | ea5225bdd7c5fbeea912671cdc5f1c4b2b2828d7 /html/067random.cc.html | |
parent | aefa8fec6a473be459a2ff33e6bd96e7c22ced20 (diff) | |
download | mu-805d58c6aeeeba3e4989c0eed6781b3861e8fae0.tar.gz |
4199
Diffstat (limited to 'html/067random.cc.html')
-rw-r--r-- | html/067random.cc.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/067random.cc.html b/html/067random.cc.html index 2dfa5c17..eec8e30a 100644 --- a/html/067random.cc.html +++ b/html/067random.cc.html @@ -16,12 +16,12 @@ a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } .LineNr { color: #444444; } -.Identifier { color: #c0a020; } .Constant { color: #00a0a0; } +.Delimiter { color: #800080; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } --> </style> |