alphabetize CSS

This commit is contained in:
Asif Bacchus 2020-04-10 09:34:59 -06:00
parent 777b690443
commit 78193fa588
1 changed files with 3 additions and 3 deletions

View File

@ -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;
}