Merge pull request #29901 from sftim/20211003_fix_announcement_background

Fix gradient background rendering for announcements
This commit is contained in:
Kubernetes Prow Robot
2021-12-05 15:22:32 -08:00
committed by GitHub
+1 -1
View File
@@ -601,7 +601,7 @@ body.td-documentation {
#announcement { #announcement {
> * { > * {
color: inherit; color: inherit;
background: inherit; background: transparent;
} }
a { a {