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; }