diff --git a/feast.css b/feast.css index 68c0337..8194126 100644 --- a/feast.css +++ b/feast.css @@ -3,7 +3,12 @@ body { color: #eee; height: 100%; width: 100%; - font-family: sans-serif; + font-family: Arial; +} + +a { + color: #7777FF; + text-decoration: none; } body.combat { @@ -145,6 +150,8 @@ button { } #create { + color: #eee; + padding: 25px; text-align: center; } diff --git a/feast.html b/feast.html index accfacf..f5711f5 100644 --- a/feast.html +++ b/feast.html @@ -25,7 +25,15 @@