From 24437b55bd28d2a403dccc11da07eacb0c3d80e4 Mon Sep 17 00:00:00 2001 From: raylu Date: Mon, 16 May 2011 01:46:37 -0400 Subject: Change font and input style --- static/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index 395dfd1..7050809 100644 --- a/static/style.css +++ b/static/style.css @@ -1,6 +1,7 @@ body { background-color: #000; color: #eee; + font-family: 'Play', serif; } a, a:visited, a:active { @@ -55,5 +56,5 @@ table#lab { input { background-color: #111; color: #eee; - border: 1 solid #eee; + border: 1px solid #eee; } -- cgit v1.2.3