core: fix color order

This commit is contained in:
Trianta 2024-12-09 16:18:02 -06:00
parent b114b117e5
commit e220f9c213

View File

@ -17,11 +17,11 @@ canvas {
} }
.first { .first {
background: #eff1f5; background: #fe640b;
} }
.second { .second {
background: #fe640b; background: #eff1f5;
} }
#navigation { #navigation {