about summary refs log tree commit diff stats
path: root/html/030container.cc.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-03-08 19:02:59 -0800
committerKartik K. Agaram <vc@akkartik.com>2017-03-08 19:02:59 -0800
commit4a39d12d4568f76ebf45b34cec722d8e0bcf1207 (patch)
tree398323ebfd911b0a994b57be3053b19f38f5c66e /html/030container.cc.html
parent1f3bb2eda188f04271d318c36b57f69fd61552ef (diff)
downloadmu-4a39d12d4568f76ebf45b34cec722d8e0bcf1207.tar.gz
3764 - better colors for cross-links
Diffstat (limited to 'html/030container.cc.html')
-rw-r--r--html/030container.cc.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/html/030container.cc.html b/html/030container.cc.html
index 3c01da4b..74f18505 100644
--- a/html/030container.cc.html
+++ b/html/030container.cc.html
@@ -10,9 +10,9 @@
 <meta name="colorscheme" content="minimal">
 <style type="text/css">
 <!--
-pre { white-space: pre-wrap; font-family: monospace; color: #eeeeee; background-color: #080808; }
-body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color: #080808; }
-a { text-decoration: none; }
+pre { white-space: pre-wrap; font-family: monospace; color: #aaaaaa; background-color: #080808; }
+body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color: #080808; }
+a { color:#eeeeee; text-decoration: none; }
 a:hover { text-decoration: underline; }
 * { font-size: 12pt; font-size: 1em; }
 .SalientComment { color: #00ffff; }
@@ -23,10 +23,11 @@ a:hover { text-decoration: underline; }
 .traceContains { color: #008000; }
 .traceAbsent { color: #c00000; }
 .Delimiter { color: #800080; }
-.Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
+.Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; }
 .cSpecial { color: #008000; }
 .Conceal { color: #4e4e4e; }
 .Comment { color: #9090ff; }
+.Comment a { color:#0000ee; text-decoration:underline; }
 .Constant { color: #00a0a0; }
 .Special { color: #c00000; }
 .Identifier { color: #c0a020; }
2'>192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301