Skip to content

Instantly share code, notes, and snippets.

@dsingleton
Created February 10, 2015 17:33
Show Gist options
  • Save dsingleton/2d08621735a36148d215 to your computer and use it in GitHub Desktop.
Save dsingleton/2d08621735a36148d215 to your computer and use it in GitHub Desktop.
election-deploy-lag
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