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:
@@ -585,7 +585,7 @@ body.td-documentation {
|
|||||||
#announcement, #fp-announcement {
|
#announcement, #fp-announcement {
|
||||||
> * {
|
> * {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
background: inherit;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|||||||
Reference in New Issue
Block a user