diff --git a/config/app.php b/config/app.php index bad928e..077482d 100644 --- a/config/app.php +++ b/config/app.php @@ -5,7 +5,7 @@ return [ 'name' => env('APP_NAME', 'wah.moe'), - 'version' => '2026.06.01-patch0', + 'version' => '2026.06.02-patch0', 'env' => env('APP_ENV', 'production'), 'debug' => (bool)env('APP_DEBUG', false), 'url' => env('APP_URL', 'http://localhost'), diff --git a/public/css/alternate/aprilfools.css b/public/css/alternate/aprilfools.css new file mode 100644 index 0000000..90d2f38 --- /dev/null +++ b/public/css/alternate/aprilfools.css @@ -0,0 +1,13 @@ +* { + font-family: "Comic Sans MS", cursive ; +} + +button:hover, +footer img:hover { + animation: rotater 2s linear infinite; +} + +@keyframes rotater { + 0% { transform: rotate(0deg) } + 100% { transform: rotate(360deg) } +} diff --git a/public/css/alternate/rainbow.css b/public/css/alternate/rainbow.css index e74305a..ea8217d 100644 --- a/public/css/alternate/rainbow.css +++ b/public/css/alternate/rainbow.css @@ -1,16 +1,7 @@ -* { - font-family: "Comic Sans MS", cursive ; -} - body { background: url('/images/roscoe_tile_rainbow.jpg'); } -button:hover, -footer img:hover { - animation: rotater 2s linear infinite; -} - div.page-container, div.wah, table.music-top10, @@ -53,9 +44,4 @@ hr { border-bottom: none; border-right: none; border-left: none; -} - -@keyframes rotater { - 0% { transform: rotate(0deg) } - 100% { transform: rotate(360deg) } -} +} \ No newline at end of file diff --git a/resources/views/components/layout.blade.php b/resources/views/components/layout.blade.php index 8085fef..b83cffe 100644 --- a/resources/views/components/layout.blade.php +++ b/resources/views/components/layout.blade.php @@ -13,7 +13,7 @@ @if ($event == 'christmas')@endif @if ($event == 'april-fools' || $event == 'pride')@endif - + @if ($event == 'april-fools')@endif