diff --git a/doc/source/_static/default.css_t b/doc/source/_static/default.css_t index d6ae53b3..cd2bf48f 100644 --- a/doc/source/_static/default.css_t +++ b/doc/source/_static/default.css_t @@ -294,4 +294,30 @@ span.done{ span.na{ color: #A8A8A8; border-color: #4F8530; +} +span.missing-bar{ + color: #000; + background-color: #ff5840; + border-color: #A77272; + font-weight: normal; + font-style: normal; +} +span.partial-bar{ + color: #806600; + background-color: #ffc343; + font-weight: normal; + font-style: normal; +} +span.done-bar{ + color: #106600; + background-color: #60f030; + border-color: #4F8530; + font-weight: normal; + font-style: normal; +} +span.na-bar{ + color: #A8A8A8; + border-color: #4F8530; + font-weight: normal; + font-style: normal; } \ No newline at end of file