Created
February 10, 2015 17:33
-
-
Save dsingleton/2d08621735a36148d215 to your computer and use it in GitHub Desktop.
election-deploy-lag
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
body { | |
background: #000; | |
color: #fff; | |
margin: 10px; | |
} | |
a { | |
color: #fff ; | |
} | |
h1, th { | |
display: none; | |
} | |
table { | |
border-collapse: collapse; | |
} | |
td { | |
background: #333; | |
border-bottom: 10px solid #000; | |
opacity: .8; | |
} | |
table tr td.commits, table tr td.merges { | |
color: #888; | |
font-size: 2em; | |
} | |
table tr td { | |
color: #fff ; | |
min-height: 100px; | |
} | |
table tr.very-stale td.time { | |
background: rgba(255,0,0,.5); | |
} | |
table tr.unknown td.time { | |
background: rgba(255,165,0,.5); | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment