alphabetize CSS

This commit is contained in:
Asif Bacchus 2020-04-10 09:34:59 -06:00
parent 777b690443
commit 78193fa588

View File

@ -7,8 +7,8 @@ import partials
@import 'palette'; @import 'palette';
body { body {
color: var(--col-text);
background-color: var(--col-bg); background-color: var(--col-bg);
color: var(--col-text);
} }
h1 { h1 {
@ -37,10 +37,10 @@ a {
} }
#particles { #particles {
height: 100%;
left: 0;
position: fixed; position: fixed;
top: 0; top: 0;
left: 0;
width: 100%; width: 100%;
height: 100%;
z-index: -999; z-index: -999;
} }