about summary refs log tree commit diff stats
path: root/html/same-fringe.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/same-fringe.mu.html')
-rw-r--r--html/same-fringe.mu.html25
1 files changed, 14 insertions, 11 deletions
diff --git a/html/same-fringe.mu.html b/html/same-fringe.mu.html
index 6a486e2f..8308a150 100644
--- a/html/same-fringe.mu.html
+++ b/html/same-fringe.mu.html
@@ -11,19 +11,21 @@
 <style type="text/css">
 <!--
 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; }
-.muControl { color: #c0a020; }
+body { font-size:12pt; font-family: monospace; color: #aaaaaa; background-color: #080808; }
+.subxS2Comment a { color:inherit; }
+.subxS1Comment a { color:inherit; }
+.subxComment a { color:inherit; }
+.subxH2Comment a { color:inherit; }
+.subxH1Comment a { color:inherit; }
+* { font-size:12pt; font-size: 1em; }
+.muControl { color:#c0a020; }
 .muRecipe { color: #ff8700; }
-.LineNr { color: #444444; }
+.LineNr { color:#444444; }
 .muData { color: #ffff00; }
-.Delimiter { color: #800080; }
-.Constant { color: #00a0a0; }
-.Special { color: #c00000; }
-.Comment { color: #9090ff; }
-.Comment a { color:#0000ee; text-decoration:underline; }
+.Delimiter { color:#800080; }
+.Constant { color:#00a0a0; }
+.Special { color:#c00000; }
+.Comment { color: #8080ff; }
 -->
 </style>
 
@@ -57,6 +59,7 @@ if ('onhashchange' in window) {
 </script>
 </head>
 <body onload='JumpToLine();'>
+<a href='https://github.com/akkartik/mu/blob/master/same-fringe.mu'>https://github.com/akkartik/mu/blob/master/same-fringe.mu</a>
 <pre id='vimCodeElement'>
 <span id="L1" class="LineNr"> 1 </span><span class="Comment"># The 'same fringe' problem: <a href="http://wiki.c2.com/?SameFringeProblem">http://wiki.c2.com/?SameFringeProblem</a></span>
 <span id="L2" class="LineNr"> 2 </span><span class="Comment"># Example program demonstrating coroutines using Mu's delimited continuations.</span>