Skip to content

Commit e028d51

Browse files
committed
Update index.html
1 parent 5a63472 commit e028d51

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

index.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
</div>
119119
</div>
120120
<button id="button-goto"
121-
class="middle none center rounded-lg bg-pink-500 py-3 px-6 font-sans text-xs font-bold uppercase text-white shadow-md shadow-pink-500/20 transition-all hover:shadow-lg hover:shadow-pink-500/40 focus:opacity-[0.85] focus:shadow-none active:opacity-[0.85] active:shadow-none disabled:pointer-events-none disabled:opacity-50 disabled:shadow-none"
121+
class="middle none center rounded-lg bg-pink-500 py-3 px-6 font-sans text-xs font-bold uppercase text-white shadow-md shadow-pink-500/20 transition-all hover:shadow-lg hover:shadow-pink-500/40 focus:opacity-[0.85] focus:shadow-none active:opacity-[0.85] active:shadow-none disabled:pointer-events-none disabled:opacity-50 disabled:shadow-none"
122122
data-ripple-light="true">
123123
Go
124124
</button>
@@ -165,7 +165,10 @@
165165
<a class="review-subtitle-link"
166166
href="https://github.com/dklassic/GDC-transcript/tree/main/static/src/subtitle" target="_blank">
167167
<button data-ripple-light="true""
168-
class="middle none center ml-3 mr-3 rounded-lg border border-amber-500 py-3 px-6 font-sans text-xs font-bold uppercase text-amber-500 transition-all hover:opacity-75 focus:ring focus:ring-amber-200 active:opacity-[0.85] disabled:pointer-events-none disabled:opacity-50 disabled:shadow-none">
168+
class=" middle none center ml-3 mr-3 rounded-lg border border-amber-500 py-3 px-6 font-sans
169+
text-xs font-bold uppercase text-amber-500 transition-all hover:opacity-75 focus:ring
170+
focus:ring-amber-200 active:opacity-[0.85] disabled:pointer-events-none disabled:opacity-50
171+
disabled:shadow-none">
169172
Not Reviewed Yet
170173
</button>
171174
</a>
@@ -606,6 +609,10 @@
606609
});
607610
}
608611
</script>
612+
<script type="module" src="https://unpkg.com/@material-tailwind/html@latest/scripts/popover.js"></script>
613+
<script src="https://unpkg.com/@material-tailwind/html@latest/scripts/ripple.js"></script>
614+
<script type="module" src="https://unpkg.com/@material-tailwind/html@latest/scripts/tooltip.js"></script>
615+
<script src="https://unpkg.com/@material-tailwind/html@latest/scripts/dialog.js"></script>
609616
</body>
610617
<footer
611618
class="flex w-full flex-row flex-wrap items-center justify-center gap-y-6 gap-x-12 border-t border-blue-gray-50 py-6 text-center md:justify-between">

0 commit comments

Comments
 (0)