diff --git a/_web_server/server/index.html b/_web_server/server/index.html index 18e3906..127e879 100644 --- a/_web_server/server/index.html +++ b/_web_server/server/index.html @@ -63,6 +63,36 @@ overflow: scroll; } + svg { + fill: none; + stroke: white; + stroke-width: 0; + shape-rendering: crispEdges; + } + + svg #wave-signals { + stroke: #00fcff; + stroke-width: 1; + } + + svg #wave-clock { + stroke: #fffe9a; + stroke-width: 1; + } + + svg #wave-delim { + stroke: #d0d0d0; + stroke-width: 2; + } + + svg text { + font-family: 'JetBrains Mono', monospace; + font-size: 14px; + fill: white; + } + + svg #wave-background { fill: #1e2426; } + @media (orientation: landscape) and (not (pointer: coarse)) { body { display: flex; @@ -83,11 +113,6 @@ width: 50%; height: 100%; } - - #log { - position: absolute; - height: 100%; - } } @@ -100,16 +125,14 @@ Sim: -
@CODE@
-
-

-      
+
+