Skip to content

Commit

Permalink
Infinite Scrolling Feed Example: Add fallback foreground color (pull #…
Browse files Browse the repository at this point in the history
…3150)

Resolves issue #3149 by adding a fallback foreground color of #000 to the body element in the iframe containing the Infinite Scrolling Feed Example. Previously, the foreground color was determined by browser defaults.
  • Loading branch information
giacomo-petri authored Nov 3, 2024
1 parent 265f408 commit ebb4476
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/patterns/feed/examples/css/feedDisplay.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
body {
background: #fafafa;
font-family: Helvetica, Arial, sans-serif;
color: #000;
}

#side-panel {
Expand Down

0 comments on commit ebb4476

Please sign in to comment.