From 78193fa588a3b5853180d793b667fd4fc7c37330 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Fri, 10 Apr 2020 09:34:59 -0600 Subject: [PATCH] alphabetize CSS --- scss/index.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scss/index.scss b/scss/index.scss index c433464..fd14ea1 100644 --- a/scss/index.scss +++ b/scss/index.scss @@ -7,8 +7,8 @@ import partials @import 'palette'; body { - color: var(--col-text); background-color: var(--col-bg); + color: var(--col-text); } h1 { @@ -37,10 +37,10 @@ a { } #particles { + height: 100%; + left: 0; position: fixed; top: 0; - left: 0; width: 100%; - height: 100%; z-index: -999; }