From 1d21812a1be049482b8987cc7d4c7d21b4bcb4b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Thu, 1 Dec 2022 01:58:55 +0100 Subject: [PATCH] badge: improve print output #410 --- static/css/format-print.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/format-print.css b/static/css/format-print.css index 01a44d16db..65dfff4043 100644 --- a/static/css/format-print.css +++ b/static/css/format-print.css @@ -67,7 +67,7 @@ pre { #body code, #body strong, #body b, #body li, #body dd, #body dt, #body p, -#body a, #body button { +#body a, #body button, #body .badge .badge-content { /* better contrast for colored elements */ color: black; }