alphabetize CSS
This commit is contained in:
parent
777b690443
commit
78193fa588
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user