1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-11 23:54:12 +02:00

Fix product hunt focus styles (again)

This commit is contained in:
Felix Mattick
2022-01-21 13:14:45 -06:00
parent a50c8a01ee
commit 2d952880b2
2 changed files with 2 additions and 2 deletions

View File

@@ -80,10 +80,10 @@
<a
href="https://www.producthunt.com/posts/water-css?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-water-css"
target="_blank"
id="product-hunt"
rel="noopener"
>
<img
id="product-hunt"
src="https://api.producthunt.com/widgets/embed-image/v1/top-post-badge.svg?post_id=150490&theme=dark&period=daily"
alt="Water.css - Make your tiny website just a little nicer | Product Hunt Embed"
style="width: 250px; height: 54px;"

View File

@@ -11,7 +11,7 @@ const fileSizes = {
const themeForm = document.getElementById('theme-form')
const stylesheet = document.getElementById('js-stylesheet')
const startupStylesheet = document.getElementById('js-startup-stylesheet')
const productHunt = document.getElementById('product-hunt')
const productHunt = document.querySelector('#product-hunt > img')
const linkSnippets = [...document.querySelectorAll('#link-snippet-container > pre')]
const table = {