diff src/FdCountdown.ts @ 17:472003015880

restyle using css grid
author drewp@bigasterisk.com
date Fri, 07 Jun 2024 21:22:37 -0700
parents 20d1fa4250c0
children e8c90d893919
line wrap: on
line diff
--- a/src/FdCountdown.ts	Thu Jun 06 17:52:46 2024 -0700
+++ b/src/FdCountdown.ts	Fri Jun 07 21:22:37 2024 -0700
@@ -16,12 +16,6 @@
       ol {
         list-style: none;
         font-size: 16px;
-        background: #cd66bb2e;
-        padding: 9px;
-        width: fit-content;
-        position: relative;
-        top: -21px;
-        border-radius: 14px;
       }
       span.d {
         opacity: 0.5;
@@ -75,7 +69,7 @@
     });
   }
   render() {
-    return html`<h1 data-text="Coming Soon">Coming Soon</h1>
+    return html`<h1>Coming Soon</h1>
       <ol>
         ${this.evs.map((d) => html`<li>In ${d.inHowLong()}, ${d.title}</li>`)}
       </ol> `;