shortcut: shift + x = toggle strikethrough and fade text
[apps/outliner/.git] / public / assets / style.css
index 4493c65ad44bfe231be1d68706633ae59a7211d9..847e6c1efbf97398279fb94be85f45307a813176 100644 (file)
@@ -70,6 +70,10 @@ body {
   color: #000;
   background-color: #fff;
 }
+.strikethrough, .strikethrough .node {
+  text-decoration: line-through;
+  color: #808080;
+}
 
 
 footer {