Last active
June 5, 2018 05:42
-
-
Save gotoweb/9419ee32df42cf1dc27a55c3593f0c3a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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