From e220f9c213861ba33a2ba235bd0f7b2c84c62870 Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:18:02 -0600 Subject: [PATCH] core: fix color order --- default.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.css b/default.css index c94a0c1..ca7e6ae 100644 --- a/default.css +++ b/default.css @@ -17,11 +17,11 @@ canvas { } .first { - background: #eff1f5; + background: #fe640b; } .second { - background: #fe640b; + background: #eff1f5; } #navigation {