Revert "Christmas Themed Homepage (#2608)"

This reverts commit f256f497ce.
This commit is contained in:
evanpelle
2026-01-01 14:04:13 -08:00
parent ec694593a6
commit 435f2c4fa1
15 changed files with 50 additions and 205 deletions
+1 -1
View File
@@ -379,7 +379,7 @@ export class AccountButton extends LitElement {
<div class="fixed top-4 right-4 z-[9998]">
<button
@click="${this.open}"
class="w-12 h-12 bg-red-600 hover:bg-red-700 text-white rounded-full shadow-2xl hover:shadow-2xl transition-all duration-200 flex items-center justify-center text-xl focus:outline-none focus:ring-4 focus:ring-red-500 focus:ring-offset-4"
class="w-12 h-12 bg-blue-600 hover:bg-blue-700 text-white rounded-full shadow-2xl hover:shadow-3xl transition-all duration-200 flex items-center justify-center text-xl focus:outline-none focus:ring-4 focus:ring-blue-500 focus:ring-offset-4"
title="${buttonTitle}"
>
${this.renderIcon()}