From 329b211d1cfd54f96905c5d04c90aef776119d86 Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Sat, 12 Aug 2017 22:41:13 -0400 Subject: [PATCH] Reposition fps graphic, randomize cycles button --- css/style.css | 9 +++++++++ index.html | 6 +++--- js/proximity.js | 16 +++++++++++++++- 3 files changed, 27 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index ccd8346..15895df 100644 --- a/css/style.css +++ b/css/style.css @@ -7,6 +7,11 @@ html { background-color: #1e1e1e; } +html, button { + font-family: "Arial", sans-serif; + font-size: 10pt; +} + button { background-color: #2e2e2e; border-color: #4a4a4a; @@ -18,6 +23,10 @@ td, th { padding: 2px 5px; } +form input, form button { + margin: 5px; +} + input { color: white; background-color: #2e2e2e; diff --git a/index.html b/index.html index 1431ba9..edd9c58 100644 --- a/index.html +++ b/index.html @@ -107,11 +107,11 @@