From 802b2152250c1b87a1af3f2a7e24d710443dbbdc Mon Sep 17 00:00:00 2001 From: schmelczerandras Date: Wed, 18 Nov 2020 20:21:20 +0100 Subject: [PATCH] Fix border-radius glitch --- src/styles/index.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index 7029405..302fe30 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -1,6 +1,5 @@ @import './mixins'; -$bg: linear-gradient(45deg, #103783, #9bafd9); $breakpoint: 800px; * { @@ -18,7 +17,7 @@ body { } html { - background: $bg; + background-color: #103783; @media (max-width: $breakpoint) { font-size: 0.7rem;