CSS Snippet

By zack263 on Mar 01, 2017

/* Retro CSS: black background and green text */
body {
background-color: #000000;
color: #00c800;
font-weight: normal;
}

a, .boldgreen {
font-weight: bold;
text-decoration: none;
color: #00fc00;
}

input {
color: #00c800;
background-color: #000000;
border-color: #00fc00;
}

Comments

Sign in to comment.
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.