Skip to content

Instantly share code, notes, and snippets.

@joedeveloper
Last active May 18, 2016 03:57
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 joedeveloper/e48f4a800b23d9f7050cd83fc10ec919 to your computer and use it in GitHub Desktop.
Save joedeveloper/e48f4a800b23d9f7050cd83fc10ec919 to your computer and use it in GitHub Desktop.
/* https://rawgit.com/joedeveloper/e48f4a800b23d9f7050cd83fc10ec919/raw/WL_embed_styles.css */
body {background-color: orange;}
.winpowered {
background-color: white;
box-shadow: 0 0 5px black;
border-radius: 5px;
margin: 5px;
}
input, select {
box-shadow: inset 2px 2px 6px -1px orange;
}
.tt-container {
background-color: orange;
}
.form .fieldLabels {
font-size: 2em;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment