Skip to content

Instantly share code, notes, and snippets.

@nstielau
Created February 7, 2015 06:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nstielau/9f0c777962b86acb24ea to your computer and use it in GitHub Desktop.
Save nstielau/9f0c777962b86acb24ea to your computer and use it in GitHub Desktop.
/*
CSS Hacks to change "Postmortem" to "Incident Review" on
the statuspage.io pages. Nobody died.
*/
.update.postmortem strong {
display: none;
}
.update.postmortem {
color: white;
}
.update.postmortem a:before {
color: black;
content: "Incident Review - ";
font-weight: 700;
margin-left: -10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment