From 856bd80eab51537b7a7013650bf3095bfde00d81 Mon Sep 17 00:00:00 2001 From: Kameron Kenny Date: Tue, 4 Jun 2019 08:43:17 -0400 Subject: [PATCH] css --- broadcast_timer/css/custom.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/broadcast_timer/css/custom.css b/broadcast_timer/css/custom.css index ed860c8..5264ef7 100644 --- a/broadcast_timer/css/custom.css +++ b/broadcast_timer/css/custom.css @@ -3,6 +3,8 @@ body { color: #AAA; } textarea { background: #111; + width:80%; + height:50%; color: lime; border: 1px solid #999; } .warn { color: yellow; }