Compare commits
2 commits
v2026.06.0
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
9f10cbb6cc |
|||
|
2de9378b63 |
3 changed files with 13 additions and 13 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
return [
|
||||
'name' => env('APP_NAME', 'wah.moe'),
|
||||
'version' => '2026.06.02',
|
||||
'version' => '2026.06.02-patch0',
|
||||
'env' => env('APP_ENV', 'production'),
|
||||
'debug' => (bool)env('APP_DEBUG', false),
|
||||
'url' => env('APP_URL', 'http://localhost'),
|
||||
|
|
|
|||
|
|
@ -1,3 +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) }
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,11 +2,6 @@ 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,
|
||||
|
|
@ -49,9 +44,4 @@ hr {
|
|||
border-bottom: none;
|
||||
border-right: none;
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
@keyframes rotater {
|
||||
0% { transform: rotate(0deg) }
|
||||
100% { transform: rotate(360deg) }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue