diff options
Diffstat (limited to 'userContent/static')
-rw-r--r-- | userContent/static/style.css | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/userContent/static/style.css b/userContent/static/style.css index 4b69e7f5..31c0191e 100644 --- a/userContent/static/style.css +++ b/userContent/static/style.css @@ -155,7 +155,7 @@ tr:nth-child(odd) { } a.bug-patch:after { - content: "p"; + content: "+"; color: red; font-weight: bold; } @@ -164,6 +164,17 @@ a.bug-done { text-decoration: line-through; } +span.bug-patch { + color: red; + font-weight: bold; +} + +span.bug-done { + text-decoration: line-through; + font-weight: bold; + color: black; +} + td, th { text-align: left; padding: 0.25em 0.5em; |