home · contact · privacy
Fix terminal link coloring.
authorChristian Heller <c.heller@plomlompom.de>
Sun, 22 Nov 2020 04:04:51 +0000 (05:04 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Sun, 22 Nov 2020 04:04:51 +0000 (05:04 +0100)
rogue_chat_nocanvas_monochrome.html

index c04e362880b380f68963b52b6f93c287c2df1d75..59d03a98141cda17de586e956b1abd6d88bf8dff 100644 (file)
@@ -1,13 +1,19 @@
 <!DOCTYPE html>
 <html><head>
 <style>
+  pre {
+      display: inline-block;
+  }
+  pre a {
+      color: white;
+  }
 </style>
 </head><body>
 <div>
 terminal rows: <input id="n_rows" type="number" step=4 min=24 value=24 />
 terminal columns: <input id="n_cols" type="number" step=4 min=80 value=80 />
 </div>
-<pre id="terminal" style="display: inline-block;"></pre>
+<pre id="terminal"></pre>
 <textarea id="input" style="opacity: 0; width: 0px;"></textarea>
 <div>
 <a href="https://plomlompom.com/repos/?p=plomrogue2;a=summary">source code</a> (includes proper terminal / curses client)