mirror of
https://github.com/kognise/water.css.git
synced 2025-08-01 02:40:51 +02:00
Improve Product Hunt focus style
This commit is contained in:
@@ -94,11 +94,11 @@
|
|||||||
|
|
||||||
<a
|
<a
|
||||||
href="https://www.producthunt.com/posts/water-css?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-water-css"
|
href="https://www.producthunt.com/posts/water-css?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-water-css"
|
||||||
|
id="product-hunt"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener"
|
rel="noopener"
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
id="product-hunt"
|
|
||||||
src="https://api.producthunt.com/widgets/embed-image/v1/top-post-badge.svg?post_id=150490&theme=dark&period=daily"
|
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"
|
alt="Water.css - Make your tiny website just a little nicer | Product Hunt Embed"
|
||||||
style="width: 250px; height: 54px;"
|
style="width: 250px; height: 54px;"
|
||||||
|
@@ -11,7 +11,7 @@ const fileSizes = {
|
|||||||
const themeForm = document.getElementById('theme-form')
|
const themeForm = document.getElementById('theme-form')
|
||||||
const stylesheet = document.getElementById('js-stylesheet')
|
const stylesheet = document.getElementById('js-stylesheet')
|
||||||
const startupStylesheet = document.getElementById('js-startup-stylesheet')
|
const startupStylesheet = document.getElementById('js-startup-stylesheet')
|
||||||
const productHunt = document.getElementById('product-hunt')
|
const productHunt = document.querySelector('#product-hunt > img')
|
||||||
const copyButton = document.getElementById('copy-button')
|
const copyButton = document.getElementById('copy-button')
|
||||||
const copyButtonFeedback = document.getElementById('copy-button-feedback')
|
const copyButtonFeedback = document.getElementById('copy-button-feedback')
|
||||||
const linkSnippets = [].slice.call(document.querySelectorAll('#link-snippet-container > pre'))
|
const linkSnippets = [].slice.call(document.querySelectorAll('#link-snippet-container > pre'))
|
||||||
|
Reference in New Issue
Block a user