aaa
This commit is contained in:
parent
9d0ae7ad55
commit
2de9378b63
2 changed files with 12 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'name' => env('APP_NAME', 'wah.moe'),
|
'name' => env('APP_NAME', 'wah.moe'),
|
||||||
'version' => '2026.06.02',
|
'version' => '2026.06.02-patch0',
|
||||||
'env' => env('APP_ENV', 'production'),
|
'env' => env('APP_ENV', 'production'),
|
||||||
'debug' => (bool)env('APP_DEBUG', false),
|
'debug' => (bool)env('APP_DEBUG', false),
|
||||||
'url' => env('APP_URL', 'http://localhost'),
|
'url' => env('APP_URL', 'http://localhost'),
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,13 @@
|
||||||
* {
|
* {
|
||||||
font-family: "Comic Sans MS", cursive ;
|
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) }
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue