summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/style.css b/style.css
index 5f9b332..0e58838 100644
--- a/style.css
+++ b/style.css
@@ -132,3 +132,7 @@ h1>em>a:hover {
background-color: grey;
margin-bottom: 0px;
}
+
+:not(.active) > .progress {
+ visibility: hidden;
+}