Skip to content

Instantly share code, notes, and snippets.

@Arinerron
Created March 24, 2017 23:15
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 Arinerron/2d05ba861f62f159cf76b96e43321f22 to your computer and use it in GitHub Desktop.
Save Arinerron/2d05ba861f62f159cf76b96e43321f22 to your computer and use it in GitHub Desktop.
A green on black theme for tinygen
html {
background-color: #000000 !important;
color: #22ff00 !important;
font-family: monospace !important;
}
#siteTitle a {
color: #22ff00 !important;
font-family: monospace !important;
}
#mainContent h2 {
color: #22ff00 !important;
}
#footer footer {
color: #22ff00 !important;
}
a {
color: #0c5700 !important;
text-decoration: none !important;
font-family: monospace !important;
}
#mainContent {
border-color: #22ff00 !important;
border-style: double !important;
border-width: 3px !important;
}
div.postPreview a {
font-family: monospace !important;
}
img {
border-radius: 15px !important;
}
#siteTitle {
font-family: monospace !important;
}
#postListArea {
border-color: #22ff00 !important;
border-style: double !important;
border-width: 3px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment