Fix gradient background rendering for announcements

When an announcement uses a gradient background, the inherited
background looks wrong. Instead, make the child element's background
transparent.
This commit is contained in:
Tim Bannister
2021-10-03 16:33:15 +01:00
parent 9c475f3c2b
commit 5f6c6877bb
+1 -1
View File
@@ -585,7 +585,7 @@ body.td-documentation {
#announcement, #fp-announcement {
> * {
color: inherit;
background: inherit;
background: transparent;
}
a {