diff options
author | Carson Gross <carson@bigsky.software> | 2024-06-05 12:36:56 -0600 |
---|---|---|
committer | Carson Gross <carson@bigsky.software> | 2024-06-05 12:36:56 -0600 |
commit | 642b2d877d2920a7bdfaaab9e82d48c7272feb2d (patch) | |
tree | 6763ff62854c0503aa0e4b6694025ebf77ba2426 | |
parent | 44d2d2b1dd631e29c01cd4f9239e08c82af222f4 (diff) | |
download | htmx-642b2d877d2920a7bdfaaab9e82d48c7272feb2d.tar.gz htmx-642b2d877d2920a7bdfaaab9e82d48c7272feb2d.zip |
coverage critic sponsorship dark mode fix
-rw-r--r-- | www/content/_index.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/content/_index.md b/www/content/_index.md index b208593a..e1231347 100644 --- a/www/content/_index.md +++ b/www/content/_index.md @@ -300,7 +300,8 @@ Thank you to all our generous <a href="https://github.com/sponsors/bigskysoftwar </td> <td> <a data-github-account="CoverageCritic" alt="Find Internet Providers With Broadband Map" href="https://broadbandmap.com/"> - <img src="/img/BroadbandMapLogo2LineLightMode.png" style="width:100%;max-width:250px"> + <img class="dark-hidden" src="/img/BroadbandMapLogo2LineLightMode.png" style="width:100%;max-width:250px"> + <img class="dark-visible" src="/img/BroadbandMapLogo2LineDarkMode.png" style="width:100%;max-width:250px"> </a> </td> </tr> |