From c9fa6101f4f5544155fee6e8cf1a4c206e306339 Mon Sep 17 00:00:00 2001 From: ysrbasar <161591000+ysrbasar@users.noreply.github.com> Date: Wed, 28 Feb 2024 14:13:03 +0300 Subject: [PATCH] Update melody.scss --- melodymaker/style/melody.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/melodymaker/style/melody.scss b/melodymaker/style/melody.scss index e9cadeb10..e6cbc0f12 100644 --- a/melodymaker/style/melody.scss +++ b/melodymaker/style/melody.scss @@ -98,11 +98,11 @@ $E: #f75839; $F: #f7943d; $Fs: #f6be37; - $G: #d1c12e; + $G: #0000ff; $Gs: #95c631; $A: #4bb250; $As: #45b5a1; - $B: #4598b6; + $B: #660099; $scaleColors : $G, $A, $B, $C, $D, $E, $F; @@ -141,4 +141,4 @@ background-color: $lightGrey; z-index: 0; } -} \ No newline at end of file +}