Skip to content

Instantly share code, notes, and snippets.

  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save lfender6445/a727fcef39cceb938104d7fedfc092e5 to your computer and use it in GitHub Desktop.
deploytools.css
body {
background-color: #262626 !important;
}
body > center > table, input, textarea {
background-color: #222 !important;
}
body > center > table > tbody > tr:first-child > td {
background-color: #ff6600 !important;
}
/* Bright text */
td.title a:link, span.comment font, span.comment font a:link, u a:link, span.yclinks a:link, body:not([id]),
td:nth-child(2):not(.subtext) > a:link, input, textarea, p > a, a > u, .c00, .c00 a:link {
color: #ccc !important;
}
/* search box and comment box */
input, textarea {
border: 1px solid #828282 !important;
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: #262626 !important;
}
body table {background-color: #262626 !important;}
body pre { color: purple !important; }
.thead-default th { background-color: #262626 !important; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment