diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 41 |
1 files changed, 0 insertions, 41 deletions
@@ -20,44 +20,3 @@ pre { border-style: outset; padding: 0.5em; } - -.tag { - padding: 0.25em 0.4em; - color: white; - background-color: blue; - border-radius: 0.5em; - margin: auto 0.25em; - font-size: 0.75em; -} - -.tag-bug { - background-color: red; -} - -.tag-feature { - background-color: green; -} - -.tag-progress, .tag-unassigned { - background-color: orange; - color: black; -} - -.tag-chore { - background-color: khaki; - color: black; -} - -.issue-list-item { - list-style-type: none; -} - -.issue-list-item a { - text-decoration: none; -} - -.issue-list-item-metadata { - color: dimgray; - display: block; - font-size: small; -} |