From 69b156bb066ff48ff95089f492b7d95ff6e5cf82 Mon Sep 17 00:00:00 2001 From: Hugo Di Francesco Date: Mon, 20 Jan 2020 22:50:45 +0000 Subject: [PATCH] improve styling :+1: --- src/pages/index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/index.js b/src/pages/index.js index 134b94e8..8bc86f4f 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -11,6 +11,9 @@ const BackToTopLink = styled.a` position: fixed; bottom: 10px; right: 10px; + background: rgba(31, 31, 31, 0.8); + padding: 1rem; + border-radius: 0.8rem; `; function IndexPage() {