From cfc83541bbfbdbb52c132ef8d3c71233afc976ce Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Wed, 29 Jun 2022 20:05:39 +0530 Subject: style.css: Remove CSS rules for issue listings. --- style.css | 41 ----------------------------------------- 1 file changed, 41 deletions(-) (limited to 'style.css') 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; -} -- cgit v1.2.3