Last active
August 29, 2015 14:08
-
-
Save alext/552128a3a6b6c22f4533 to your computer and use it in GitHub Desktop.
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: #fff; | |
color: #000; | |
} | |
#pulls { | |
text-shadow: unset; | |
color: #000; | |
} | |
#pulls a { | |
color: #000; | |
} | |
#pulls li.age-old { | |
background: #fff; | |
color: #000; | |
} | |
#pulls li.age-aging { | |
background: #fff; | |
color: #000; | |
} | |
#pulls li { | |
background: #fff; | |
color: #000; | |
} | |
.username { | |
text-shadow: unset; | |
} | |
#all-quiet { | |
color: #000; | |
} | |
.status { | |
color: #fff; | |
} |
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
[ | |
{ | |
"userName" : "alphagov", | |
"repo" : "asset-manager" | |
}, | |
{ | |
"userName" : "alphagov", | |
"repo" : "contacts-frontend" | |
}, | |
{ | |
"userName" : "alphagov", | |
"repo" : "content-register" | |
}, | |
{ | |
"userName" : "alphagov", | |
"repo" : "content-store" | |
}, | |
{ | |
"userName" : "alphgov", | |
"repo" : "errbit" | |
}, | |
{ | |
"userName" : "alphagov", | |
"repo" : "fact-cave" | |
}, | |
{ | |
"userName" : "alphagov", | |
"repo" : "gds-api-adapters" | |
}, | |
{ | |
"userName" : "alphagov", | |
"repo" : "gds-sso" | |
}, | |
{ | |
"userName" : "alphagov", | |
"repo" : "govuk_admin_template" | |
}, | |
{ | |
"userName" : "alphagov", | |
"repo" : "govuk_content_api" | |
}, | |
{ | |
"userName" : "alphagov", | |
"repo" : "govuk_content_models" | |
}, | |
{ | |
"userName" : "alphagov", | |
"repo" : "hmrc-contacts" | |
}, | |
{ | |
"userName" : "alphagov", | |
"repo" : "imminence" | |
}, | |
{ | |
"userName" : "alphagov", | |
"repo" : "maslow" | |
}, | |
{ | |
"userName" : "alphagov", | |
"repo" : "govuk_need_api" | |
}, | |
{ | |
"userName" : "alphagov", | |
"repo" : "panopticon" | |
}, | |
{ | |
"userName" : "alphagov", | |
"repo" : "publisher" | |
}, | |
{ | |
"userName" : "alphagov", | |
"repo" : "publishing-api" | |
}, | |
{ | |
"userName" : "alphagov", | |
"repo" : "router" | |
}, | |
{ | |
"userName" : "alphagov", | |
"repo" : "router-api" | |
}, | |
{ | |
"userName" : "alphagov", | |
"repo" : "signonotron2" | |
}, | |
{ | |
"userName" : "alphagov", | |
"repo" : "slimmer" | |
}, | |
{ | |
"userName" : "alphagov", | |
"repo" : "travel-advice-publisher" | |
}, | |
{ | |
"userName" : "alphagov", | |
"repo" : "url-arbiter" | |
}, | |
{ | |
"userName" : "alphagov", | |
"repo" : "whitehall" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment