From eb34e2981a4d14f0351cd446d98c2a61a7cf0be0 Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Sat, 15 Jun 2024 22:35:25 -0500 Subject: [PATCH] Updates PORT --- index.js | 4 ++-- webpage/style.css | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index e8dc83f..d59df0a 100755 --- a/index.js +++ b/index.js @@ -16,6 +16,6 @@ app.use('/', (req, res) => { } }); -const PORT = 8080; +const PORT = process.env.PORT || process.argv[1] || 8080; app.listen(PORT, () => {}); -console.log("this ran :P"); \ No newline at end of file +console.log("this ran :P"); diff --git a/webpage/style.css b/webpage/style.css index 867ef41..48bf218 100644 --- a/webpage/style.css +++ b/webpage/style.css @@ -784,6 +784,8 @@ span { top:0px; transform: translate(0, -100%); width:100%; + box-shadow: .00in -.5in 1in #0000006b; + border-radius: .05in .05in .0in.0in; } .accountSwitcher tr{ transition: background .3s;