Skip to content

Instantly share code, notes, and snippets.

@edasque
Created September 1, 2014 13:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edasque/9059b42e9f749956a90d to your computer and use it in GitHub Desktop.
Save edasque/9059b42e9f749956a90d to your computer and use it in GitHub Desktop.
Makes the background darker for all widgets
command: ""
refreshFrequency: 160000
style: """
z-index:-1
color: #ccf
min-width: 100%
min-height: 100%
font-family: Helvetica Neue
background: rgba(#000, 0.6)
"""
render: -> """
<div class="">&nbsp;</div>
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment