From 0a054aeb9ce8430a62be05283300ec34e9c2b0af Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Fri, 17 Jul 2020 13:23:21 -0400 Subject: Add export option Adding the export query parameter to any page downloads a .html with the default stylesheet embedded, and all navigation, forms and internal links removed, for being able to share some part of a private instance of litterbox. --- default.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'default.css') diff --git a/default.css b/default.css index 7b68600..552b7b9 100644 --- a/default.css +++ b/default.css @@ -115,10 +115,13 @@ tr.gap { td.time, td.network, td.context, td.nick { white-space: nowrap; } -td.time a, td.network a, td.context a { +td.time, td.network, td.context { font-size: x-small; color: var(--dark); } +td.time a, td.network a, td.context a { + color: inherit; +} tr:target td.time a { color: var(--accent); text-decoration: underline; -- cgit 1.4.1