Issues Stylesheet

.Closed {
  text-decoration: line-through;
}

.Critical {
  font-weight: bold;
  font-size: larger;
  background-color: #663300;
  color: white;
}

.Critical a {
  color: white;
}

.High {
  font-weight: bold;
}

.Low {
  font-size: smaller;
}

.New {
  background-color: #FAD9D4;
}

.UserStory {
  background-color: #FFFFCC;
}

blockquote {
  font-size: medium;
}

.Critical .UserStory {
  background-color: #663300;
}