From 15a5891cb43e23d8c3c7921a92c10567be1b82f6 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Sat, 6 Nov 2021 10:11:10 -0400 Subject: [PATCH] go.dev/_content/css: fix unreadable pull quotes See https://go.dev/solutions/clis. The big teal boxes are teal-on-teal quotes. Make them teal-on-white instead. Change-Id: I33dd72f172043123d0b21620d75a44ca7a403224 Reviewed-on: https://go-review.googlesource.com/c/website/+/362017 Trust: Russ Cox Reviewed-by: Jamal Carvalho --- go.dev/_content/css/styles.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/go.dev/_content/css/styles.css b/go.dev/_content/css/styles.css index 831ca159..79823ad3 100644 --- a/go.dev/_content/css/styles.css +++ b/go.dev/_content/css/styles.css @@ -2742,8 +2742,6 @@ p.BackgroundQuote-body { font-size: 0.875rem; } .BackgroundQuote { - background-color: #007d9c; - color: #fff; margin: 1.5rem auto; padding: 2rem 1.5rem; }