From dcbbeea73439f933ccfa6ebdfced1e271cf8fce7 Mon Sep 17 00:00:00 2001 From: ansuz Date: Sat, 30 Jan 2016 17:15:59 +0100 Subject: [PATCH] solarized dark color scheme in /text/ --- www/text/index.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/www/text/index.html b/www/text/index.html index 1082585c4..fd51b4c46 100644 --- a/www/text/index.html +++ b/www/text/index.html @@ -11,12 +11,15 @@ textarea{ box-sizing: border-box; border: 1px solid blue; - width: 100vw; + width: 100%; height: 100vh; font-size: 25px; - background-color: #222; - color: #CCC; + + background-color: #073642; + color: #839496; + + overflow-x: hidden; }