Created
January 15, 2021 18:02
-
-
Save iblueer/e8cead81e9047a79e6d8d7231606758a to your computer and use it in GitHub Desktop.
[no-gravity.github.io modified CSS]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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