From 7c3b0e6c73e29d818a5b191d534f753327b4ec58 Mon Sep 17 00:00:00 2001 From: Jennie Robinson Faber Date: Tue, 7 Nov 2023 13:19:03 -0500 Subject: [PATCH] Minor style tweaks --- css/main.css | 6 +++--- twine_src/css/output.css | 17 ++++------------- twine_src/main.twee | 4 +++- 3 files changed, 10 insertions(+), 17 deletions(-) diff --git a/css/main.css b/css/main.css index 5c20104..afd66c4 100644 --- a/css/main.css +++ b/css/main.css @@ -71,7 +71,7 @@ html { @keyframes pulseGlow { 0%, 100% { - filter: drop-shadow(0 0 15px rgba(255, 215, 0, 0.6)); + filter: drop-shadow(0 0 35px rgba(255, 215, 0, 0.6)); } 50% { filter: drop-shadow(0 0 25px rgba(255, 215, 0, 0.8)); @@ -199,9 +199,9 @@ tw-story { /* Tooltip text */ .tooltip { - @apply absolute font-mono whitespace-nowrap bg-black text-neutral-300 px-2 py-1 text-3xl rounded-md; + @apply absolute font-mono whitespace-nowrap bg-black text-neutral-300 px-2 py-1 text-lg rounded-md; position: absolute; - bottom: 100%; + bottom: 70%; left: 50%; transform: translate(-50%, -10px); } diff --git a/twine_src/css/output.css b/twine_src/css/output.css index ba36f6b..30a03e3 100644 --- a/twine_src/css/output.css +++ b/twine_src/css/output.css @@ -1672,7 +1672,7 @@ html { @keyframes pulseGlow { 0%, 100% { - filter: drop-shadow(0 0 15px rgba(255, 215, 0, 0.6)); + filter: drop-shadow(0 0 35px rgba(255, 215, 0, 0.6)); } 50% { @@ -1874,12 +1874,12 @@ tw-story { padding-top: 0.25rem; padding-bottom: 0.25rem; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; - font-size: 1.875rem; - line-height: 2.25rem; + font-size: 1.125rem; + line-height: 1.75rem; --tw-text-opacity: 1; color: rgb(212 212 212 / var(--tw-text-opacity)); position: absolute; - bottom: 100%; + bottom: 70%; left: 50%; transform: translate(-50%, -10px); } @@ -2040,15 +2040,6 @@ button:focus-visible{ --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity)); } -.enabled\:hover\:border-gray-400:hover:enabled{ - --tw-border-opacity: 1; - border-color: rgb(156 163 175 / var(--tw-border-opacity)); -} - -.disabled\:opacity-75:disabled{ - opacity: 0.75; -} - .disabled\:opacity-25:disabled{ opacity: 0.25; } diff --git a/twine_src/main.twee b/twine_src/main.twee index 4a69481..9f03214 100644 --- a/twine_src/main.twee +++ b/twine_src/main.twee @@ -81,7 +81,9 @@ Jammy Jam
-
Turn: <%= setup.game.turn %>
+
+ <%= 7 - setup.game.turn %> weeks to the show! +