From 23fe7deb155753e74d5017ad43b47c8dc3b389e8 Mon Sep 17 00:00:00 2001 From: f1shy-dev Date: Sun, 27 Feb 2022 18:02:34 +0000 Subject: [PATCH] add a comment to show the issue ID --- src/styles/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/main.scss b/src/styles/main.scss index 847c099..28d2d9d 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -1330,7 +1330,7 @@ canvas[width="250"][height="250"] { font-size: 10px; } -// fix play buttons color going green +// fix play buttons color going green (#174) .encore-bright-accent-set { --background-highlight: var(--spice-button) !important; --background-press: var(--spice-button-active) !important;