summaryrefslogtreecommitdiff
path: root/lulua/data/report/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'lulua/data/report/style.css')
-rw-r--r--lulua/data/report/style.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/lulua/data/report/style.css b/lulua/data/report/style.css
index f62fcef..ed0d32d 100644
--- a/lulua/data/report/style.css
+++ b/lulua/data/report/style.css
@@ -240,6 +240,12 @@ details[open].remarks {
margin-bottom: 1em;
}
details.remarks summary {
- list-style-type: "+";
+ list-style-type: "↳ Remarks";
cursor: pointer;
+ opacity: 0.4;
}
+
+details.remarks p {
+ margin-top: 0;
+}
+