ab-particles/scss/index.scss
2020-04-08 04:35:40 -06:00

17 lines
216 B
SCSS

/* styles of index */
/*
import partials
*/
@import 'reset';
@import 'palette';
#particles {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: var(--col-bg-canvas);
}