From 973dc8e8f5ad58f4228ea8691aa8bdbabcd71a83 Mon Sep 17 00:00:00 2001 From: Jacob Haddon Date: Wed, 13 Mar 2024 07:42:14 -0400 Subject: [PATCH] toggles blackout button on reset; attempting to fix buttons on iOS --- index.html | 1 + style.css | 2 ++ 2 files changed, 3 insertions(+) diff --git a/index.html b/index.html index e0ee632..2f94495 100644 --- a/index.html +++ b/index.html @@ -113,6 +113,7 @@ $(document).ready(function(){ $("#byline").html(""); $("#poem_list").html(""); $("#spina").addClass("unlock"); + $("#blackout").text("Blackout!"); }); // clear button click // show help section diff --git a/style.css b/style.css index 763aee8..8a3b119 100644 --- a/style.css +++ b/style.css @@ -106,6 +106,8 @@ a:hover { /* all buttons have this */ .btn { + -webkit-appearance: none; + appearance: none; font: 18px lora, Baskerville, TimesNewRoman, Times New Roman, Times, Georgia, serif; padding: 8px; border-style: none;