diff --git a/static/script.js b/static/script.js index fe74cb7..bdb7ec9 100644 --- a/static/script.js +++ b/static/script.js @@ -63,7 +63,7 @@ var StoryTracker = { actionWait:function(){ if(action_waiting == true || typing){ - setTimeout(StoryTracker.actionWait, 2000); + setTimeout(StoryTracker.actionWait, 4000); } else{ Typer.appendToText(" Generating...") @@ -133,7 +133,7 @@ var StoryTracker = { StoryTracker.lastStory = StoryTracker.results[choice_int] StoryTracker.makeActionRequests(StoryTracker.firstStory + StoryTracker.lastStory) action_waiting = true - setTimeout(StoryTracker.actionWait, 2000); + setTimeout(StoryTracker.actionWait, 4000); Typer.appendToText("\n") Typer.appendToText(StoryTracker.lastStory) Typer.appendToText("\n\nOptions:") diff --git a/static/style.css b/static/style.css index 8510d9c..dda4f40 100644 --- a/static/style.css +++ b/static/style.css @@ -79,11 +79,13 @@ a { } button { - border-color: #000 + border-color: #fff; bottom: 40px; color: #fff; + margin-top: 40px; margin-left: 4%; margin-right: 4%; + margin-bottom: 20px; background-color: #111; width: 18%; height: 100px; @@ -93,6 +95,11 @@ button { } +button:focus{ + background-color: #0bc; +} + + /* Add a black background color to the top navigation */ .topnav { background-color: #000;