summaryrefslogtreecommitdiff
path: root/css/tdd.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/tdd.css')
-rw-r--r--css/tdd.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/css/tdd.css b/css/tdd.css
new file mode 100644
index 0000000..94ee73b
--- /dev/null
+++ b/css/tdd.css
@@ -0,0 +1,7 @@
+body > table > tbody > tr {
+ opacity: 0.2
+}
+body > table > tbody > tr.hovered,
+body > table > tbody > tr.specified {
+ opacity: 1.0;
+}