Created
May 10, 2018 23:14
-
-
Save lfender6445/a727fcef39cceb938104d7fedfc092e5 to your computer and use it in GitHub Desktop.
deploytools.css
This file contains 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
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