Skip to content

Instantly share code, notes, and snippets.

@nerdyc
Created September 12, 2013 21:32
Show Gist options
  • Save nerdyc/6544089 to your computer and use it in GitHub Desktop.
Save nerdyc/6544089 to your computer and use it in GitHub Desktop.
A few custom styles to make Tracker easier to read
.story .label {
font-weight: normal;
text-transform: uppercase;
}
.story .story_name {
display: block;
}
a.std.label {
color: #8f8f8f;
}
a.std.label.epic {
font-weight: bold;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment