dear god thats an awful font

This commit is contained in:
Roscoe 2026-06-02 13:37:10 +01:00
commit 9d0ae7ad55
Signed by: RoscoeDaWah
SSH key fingerprint: SHA256:Hqn452XQ1ETzUt/FthJu6+OFkS4NBxCv5VQSEvuk7CE
4 changed files with 5 additions and 6 deletions

View file

@ -5,7 +5,7 @@
return [
'name' => env('APP_NAME', 'wah.moe'),
'version' => '2026.06.01-patch0',
'version' => '2026.06.02',
'env' => env('APP_ENV', 'production'),
'debug' => (bool)env('APP_DEBUG', false),
'url' => env('APP_URL', 'http://localhost'),

View file

@ -0,0 +1,3 @@
* {
font-family: "Comic Sans MS", cursive ;
}

View file

@ -1,7 +1,3 @@
* {
font-family: "Comic Sans MS", cursive ;
}
body {
background: url('/images/roscoe_tile_rainbow.jpg');
}

View file

@ -13,7 +13,7 @@
<link rel="icon" type="image/png" href="{{ asset('/favicon-16x16.png') }}" sizes="16x16"/>
@if ($event == 'christmas')<script src="{{ asset('/js/christmas/snowstorm.js') }}"></script>@endif
@if ($event == 'april-fools' || $event == 'pride')<link rel="stylesheet" href="{{ asset('/css/alternate/rainbow.css') }}">@endif
@if ($event == 'april-fools')<link rel="stylesheet" href="{{ asset('/css/alternate/aprilfools.css') }}">@endif
<!-- Page-specific -->
<meta property="og:title" content="wah! (dot moe) - {{ $title }}">
<meta property="og:image" content="{{ $cardImage ?? "/favicon-128x128.png" }}">