From 452cec02237a44d7000fd6c437c9751aef21028f Mon Sep 17 00:00:00 2001 From: Matthew Patrick Date: Sun, 21 Nov 2021 13:56:57 +0700 Subject: [PATCH 1/2] Fixed Favicon again --- views/layouts/header.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/layouts/header.ejs b/views/layouts/header.ejs index 7bd7ec7..b9642ad 100644 --- a/views/layouts/header.ejs +++ b/views/layouts/header.ejs @@ -3,7 +3,7 @@ - + <%= title %> From d67ac3bf08fa0edd3428b347a36ee9c5fd0efd6b Mon Sep 17 00:00:00 2001 From: Matthew Patrick Date: Sun, 21 Nov 2021 13:57:14 +0700 Subject: [PATCH 2/2] Changed close button style on index.ejs --- public/css/index.css | 12 ++++++++++++ views/pages/index.ejs | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/public/css/index.css b/public/css/index.css index 51de523..76d4c54 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -21,6 +21,18 @@ body { width: 5%; } +.button-close { + color: white; + background-color: darkred; + border-color: darkred; + border-radius: 100px; +} + +.button-close:hover { + background-color: red; + border-color: red; +} + @media screen and (max-width: 500px) { .navbar-brand { width: 15vw; diff --git a/views/pages/index.ejs b/views/pages/index.ejs index be5dbce..010bd52 100644 --- a/views/pages/index.ejs +++ b/views/pages/index.ejs @@ -580,7 +580,7 @@ You have successfully subscribed to the newsletter. Thank you for your subscription.