diff --git a/api/demo/css/style.css b/api/demo/css/style.css index 014312c9..6ae2b6a1 100644 --- a/api/demo/css/style.css +++ b/api/demo/css/style.css @@ -1,3 +1,5 @@ + + html { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; diff --git a/api/demo/css/toggle-dark.css b/api/demo/css/toggle-dark.css index 1fe526f3..45977512 100644 --- a/api/demo/css/toggle-dark.css +++ b/api/demo/css/toggle-dark.css @@ -1,3 +1,5 @@ + + a.darkmode { position: fixed; top: 2em; diff --git a/api/demo/index.php b/api/demo/index.php index 76936952..5017d83b 100644 --- a/api/demo/index.php +++ b/api/demo/index.php @@ -47,8 +47,8 @@ function gtag() { GitHub Readme Streak Stats Demo - - + + @@ -56,10 +56,10 @@ function gtag() { - - - - + + + + diff --git a/vercel.json b/vercel.json index 35c77e0c..77048049 100644 --- a/vercel.json +++ b/vercel.json @@ -6,7 +6,7 @@ { "src": "/", "dest": "/api/index.php" } ], "functions": { - "api/**/*.php": { + "api/**/*": { "runtime": "vercel-php@0.5.2" } }