From 193a41d1affc017f7607f3c828f9d7c091683691 Mon Sep 17 00:00:00 2001 From: Hugo Di Francesco Date: Tue, 21 Jan 2020 19:08:27 +0000 Subject: [PATCH] update styling --- src/pages/index.js | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/pages/index.js b/src/pages/index.js index 8bc86f4f..0519dd91 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -9,11 +9,13 @@ import Topics from '../components/Topics'; const BackToTopLink = styled.a` position: fixed; - bottom: 10px; - right: 10px; - background: rgba(31, 31, 31, 0.8); + bottom: 1%; + right: 1%; + background: var(--pink); + cursor: pointer; + border-radius: 3px; padding: 1rem; - border-radius: 0.8rem; + transition: background-color 0.2s ease 0s; `; function IndexPage() {