Skip to content

Instantly share code, notes, and snippets.

@gotoweb
Last active June 5, 2018 05:42
Show Gist options
  • Save gotoweb/9419ee32df42cf1dc27a55c3593f0c3a to your computer and use it in GitHub Desktop.
Save gotoweb/9419ee32df42cf1dc27a55c3593f0c3a to your computer and use it in GitHub Desktop.
table.table-learnco td, table.table-learnco th {
font-size: 1.2em;
border: 1px solid silver;
padding: .5em;
}
table.table-schedule td {
white-space: nowrap;
}
.tr-sprint .a {
background-color: orange;
}
.tr-exercise .a {
background-color: lightblue;
}
.tr-self-guided-lesson .a {
background-color: lightgreen;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment