import palette partial, use for background

This commit is contained in:
Asif Bacchus 2020-04-08 04:35:40 -06:00
parent 63971cb860
commit e937b17e17

View File

@ -4,6 +4,7 @@
import partials import partials
*/ */
@import 'reset'; @import 'reset';
@import 'palette';
#particles { #particles {
position: fixed; position: fixed;
@ -11,5 +12,5 @@ import partials
left: 0; left: 0;
width: 100%; width: 100%;
height: 100%; height: 100%;
background: radial-gradient(#ffc38c, #ff9b40); background: var(--col-bg-canvas);
} }