summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorArun Isaac2022-06-29 20:05:39 +0530
committerArun Isaac2022-06-29 20:05:39 +0530
commitcfc83541bbfbdbb52c132ef8d3c71233afc976ce (patch)
treed4eb9fd546607613c55539f719d1df734577a475 /style.css
parentff900683c2bd712e991d08e14a49d4aa07b71730 (diff)
downloadgn-gemtext-cfc83541bbfbdbb52c132ef8d3c71233afc976ce.tar.gz
style.css: Remove CSS rules for issue listings.
Diffstat (limited to 'style.css')
-rw-r--r--style.css41
1 files changed, 0 insertions, 41 deletions
diff --git a/style.css b/style.css
index 71fdeac..d71e2c0 100644
--- a/style.css
+++ b/style.css
@@ -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;
-}