Skip to content

Commit

Permalink
Merge pull request #12 from private-attribution/style
Browse files Browse the repository at this point in the history
Use white SVG background in dark mode
  • Loading branch information
martinthomson authored Sep 17, 2024
2 parents 808f9d3 + bd6a54e commit 83b7ac4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api.bs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ Group: patcg
Status: CG-DRAFT
Level: None
</pre>
<style>
@media (prefers-color-scheme: dark) {
figure svg { background: white }
}
</style>


# Introduction # {#intro}
Expand Down

0 comments on commit 83b7ac4

Please sign in to comment.