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