Skip to content

Instantly share code, notes, and snippets.

@iblueer
Created January 15, 2021 18:02
Show Gist options
  • Save iblueer/e8cead81e9047a79e6d8d7231606758a to your computer and use it in GitHub Desktop.
Save iblueer/e8cead81e9047a79e6d8d7231606758a to your computer and use it in GitHub Desktop.
[no-gravity.github.io modified CSS]
textarea#data {
background: #2C3E50;
font-family: menlo;
font-size: 14;
color: #1ABC9C;
border: 4px solid #1ABC9C;
border-radius: 24px;
box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 10px;
padding: 20px;
width: auto;
}
div.controls {
background: #2C3E50;
font-family: helvetica;
color: transparent;
border: 4px solid #1ABC9C;
border-radius: 24px;
height: 24px;
box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
margin-left: 10px;
margin-right: 10px;
}
.controls a, .controls label {
border-radius: 24px;
color: white;
}
.controls a:hover, .controls label:hover {
background: #1ABC9C;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment