diff options
author | raylu <raylu@cmu.edu> | 2011-05-16 01:46:37 -0400 |
---|---|---|
committer | raylu <raylu@cmu.edu> | 2011-05-16 01:46:37 -0400 |
commit | 24437b55bd28d2a403dccc11da07eacb0c3d80e4 (patch) | |
tree | f9711eeffb08440bc44cdf6c019a16da6960e7b9 /static | |
parent | 430728cb260985786bb5dd594843a2962270b22d (diff) | |
download | pyc-24437b55bd28d2a403dccc11da07eacb0c3d80e4.tar.xz |
Change font and input style
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
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; } |