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