use tailwind for frontpage

This commit is contained in:
evanpelle
2025-02-01 12:05:11 -08:00
committed by Evan
parent 348a4a611a
commit 633e93f21b
5 changed files with 85 additions and 379 deletions
@@ -172,6 +172,11 @@ export class Leaderboard extends LitElement implements Layer {
private _hidden = true;
render() {
// return html`
// <div class="bg-blue-500 p-4 rounded-lg text-white hover:bg-blue-600">
// Test Tailwind
// </div>
// `;
return html`
<div class="leaderboard ${this._hidden ? 'hidden' : ''}">
<table>