]> git.cworth.org Git - zombocom-ai/commitdiff
Allow the generate button to get its own styling
authorCarl Worth <cworth@cworth.org>
Wed, 7 Dec 2022 01:52:33 +0000 (17:52 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 7 Dec 2022 01:52:33 +0000 (17:52 -0800)
This needs to the be the equivalent of a "big red button" (even if not red).

index.html

index d457549b45f3816d73e2af1855fc8017976c5387..da27e18773ded937d7a5c36f1c50468cf1c5da7f 100644 (file)
@@ -59,7 +59,7 @@
         </div>
 
         <div class="form-row large">
-          <button type="submit">Make the infinite possible</button>
+          <button id="generate" type="submit">Make the infinite possible</button>
         </div>
       </form>
     </p>