Skip to content

Instantly share code, notes, and snippets.

@nstielau
Created February 7, 2015 06:54
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
/*
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