From c3182489baebd8200bd6a46ad7ad39779c366484 Mon Sep 17 00:00:00 2001 From: mikwee Date: Mon, 8 Nov 2021 16:42:07 +0200 Subject: [PATCH] Styling the Facebook button --- src/styles/roots.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/styles/roots.scss b/src/styles/roots.scss index 4fc472b..36cb65e 100644 --- a/src/styles/roots.scss +++ b/src/styles/roots.scss @@ -1,3 +1,5 @@ $btn-border-radius: 25px; - +#facebook { + background-color: #1877f2; +} @import "./node_modules/bootstrap/scss/bootstrap.scss"; \ No newline at end of file