all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#70903: [PATCH] Reverse colors for open and done; open is now red, and done is green.
@ 2024-05-13  4:17 Felix Lechner via Bug-mumi via Bug reports for GNU Guix Mumi.
  2024-05-13  4:45 ` bug#70903: Preview available Felix Lechner via Bug-mumi via Bug reports for GNU Guix Mumi.
  0 siblings, 1 reply; 2+ messages in thread
From: Felix Lechner via Bug-mumi via Bug reports for GNU Guix Mumi. @ 2024-05-13  4:17 UTC (permalink / raw)
  To: 70903; +Cc: Felix Lechner

The previous color scheme was not consistent with the idea that red
signifies the need for corrective action, while green stands for all
clear.

This inconsistency was especially apparent when red CI badges appear
next to a red item that said "done."
---
 assets/css/screen.css | 4 ++--
 assets/mumi.scss      | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/assets/css/screen.css b/assets/css/screen.css
index e4dcc10..4ef5a28 100644
--- a/assets/css/screen.css
+++ b/assets/css/screen.css
@@ -447,10 +447,10 @@ div.line pre {
 }
 
 .status-tag.done {
-    background: #cb2431;
+    background: #2cbe4e;
 }
 .status-tag.open {
-    background: #2cbe4e;
+    background: #cb2431;
 }
 
 .error.parse {
diff --git a/assets/mumi.scss b/assets/mumi.scss
index e605630..571a811 100644
--- a/assets/mumi.scss
+++ b/assets/mumi.scss
@@ -650,10 +650,10 @@ div.line pre {
 }
 
 .status-tag.done {
-    background: #cb2431;
+    background: #2cbe4e;
 }
 .status-tag.open {
-    background: #2cbe4e;
+    background: #cb2431;
 }
 
 .error.parse {

base-commit: 99416ed5c7d950eaf54d52023a2efd975bccac92
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#70903: Preview available
  2024-05-13  4:17 bug#70903: [PATCH] Reverse colors for open and done; open is now red, and done is green Felix Lechner via Bug-mumi via Bug reports for GNU Guix Mumi.
@ 2024-05-13  4:45 ` Felix Lechner via Bug-mumi via Bug reports for GNU Guix Mumi.
  0 siblings, 0 replies; 2+ messages in thread
From: Felix Lechner via Bug-mumi via Bug reports for GNU Guix Mumi. @ 2024-05-13  4:45 UTC (permalink / raw)
  To: 70903

A preview of this code is live at patchwise.org.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-13  4:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-13  4:17 bug#70903: [PATCH] Reverse colors for open and done; open is now red, and done is green Felix Lechner via Bug-mumi via Bug reports for GNU Guix Mumi.
2024-05-13  4:45 ` bug#70903: Preview available Felix Lechner via Bug-mumi via Bug reports for GNU Guix Mumi.

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.