summaryrefslogtreecommitdiffstats
path: root/static/style.css
diff options
context:
space:
mode:
authorraylu <raylu@cmu.edu>2011-05-16 01:46:37 -0400
committerraylu <raylu@cmu.edu>2011-05-16 01:46:37 -0400
commit24437b55bd28d2a403dccc11da07eacb0c3d80e4 (patch)
treef9711eeffb08440bc44cdf6c019a16da6960e7b9 /static/style.css
parent430728cb260985786bb5dd594843a2962270b22d (diff)
downloadpyc-24437b55bd28d2a403dccc11da07eacb0c3d80e4.tar.xz
Change font and input style
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css3
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;
}