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 <rsc@golang.org>
Reviewed-by: Jamal Carvalho <jamal@golang.org>
This commit is contained in:
Russ Cox 2021-11-06 10:11:10 -04:00
Родитель b45f65cacf
Коммит 15a5891cb4
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -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;
}