diff options
Diffstat (limited to 'BrowserSource/index.html')
| -rw-r--r-- | BrowserSource/index.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/BrowserSource/index.html b/BrowserSource/index.html index c422e4b..253b9ef 100644 --- a/BrowserSource/index.html +++ b/BrowserSource/index.html @@ -9,9 +9,13 @@ <style> body { font-family: 'Noto Sans Mono', monospace; - font-size: 48px; + font-size: 96px; font-weight: 700; } + #transcript { + color: #fff; + -webkit-text-stroke: 1.0px #000; + } </style> <body> <div id="transcript"></div> |
