From e7562304c4dccc6f654d5f36f86e6260e00bc6c6 Mon Sep 17 00:00:00 2001 From: rgemm Date: Fri, 11 Apr 2025 08:43:47 +0200 Subject: [PATCH] Butten Farbe in Warenkrob angepasst --- scripts/routes/other/route-index.js | 4 ++++ static/Styles/Warenkorb/warenkorb.css | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/routes/other/route-index.js b/scripts/routes/other/route-index.js index 1d6c308..16d8d17 100644 --- a/scripts/routes/other/route-index.js +++ b/scripts/routes/other/route-index.js @@ -20,4 +20,8 @@ router.get('/registrieren', (req, res) => { router.get('/Warenkorb', (req, res) => { res.sendFile(path.join(__dirname, '../../../public/warenkorb/warenkorb.html')); }) + +router.get('/Bestellformular', (req, res) => { + res.sendFile(path.join(__dirname, '../../../public/bestellformular/bestellformular.html')); +}) module.exports = router; \ No newline at end of file diff --git a/static/Styles/Warenkorb/warenkorb.css b/static/Styles/Warenkorb/warenkorb.css index b1209d4..9fc13d4 100644 --- a/static/Styles/Warenkorb/warenkorb.css +++ b/static/Styles/Warenkorb/warenkorb.css @@ -65,7 +65,7 @@ body { display: block; width: 100%; padding: 12px; - background-color: #4CAF50; + background-color: #ff6600; border: none; color: white; font-size: 16px;