mirror of
https://github.com/kognise/water.css.git
synced 2025-10-28 10:45:12 +01:00
Improve Product Hunt focus style
This commit is contained in:
@@ -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 copyButton = document.getElementById('copy-button')
|
||||
const copyButtonFeedback = document.getElementById('copy-button-feedback')
|
||||
const linkSnippets = [].slice.call(document.querySelectorAll('#link-snippet-container > pre'))
|
||||
|
||||
Reference in New Issue
Block a user