summaryrefslogtreecommitdiff
path: root/lulua/data/report/style.css
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2020-11-01 17:00:45 +0100
committerLars-Dominik Braun <lars@6xq.net>2020-11-01 17:00:45 +0100
commitd6c5dbc925e63bebc048356c4a54a1ad6b364014 (patch)
tree31313bb87d7ec4ab256758404ee9e3d48857858f /lulua/data/report/style.css
parent6a2262a7f9bf2ab16ecfdfc52e548ef010c76e00 (diff)
downloadlulua-d6c5dbc925e63bebc048356c4a54a1ad6b364014.tar.gz
lulua-d6c5dbc925e63bebc048356c4a54a1ad6b364014.tar.bz2
lulua-d6c5dbc925e63bebc048356c4a54a1ad6b364014.zip
Explain design decisions
Fixes #10.
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;
+}
+