From 018df25ae670f40ce3856b17bfdc549b06f19db1 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Sun, 1 Nov 2020 16:43:09 +0300 Subject: [PATCH] joplin: fix TOC --- etc/soft/joplin/userstyle.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/soft/joplin/userstyle.css b/etc/soft/joplin/userstyle.css index 2da9481..adf28ae 100644 --- a/etc/soft/joplin/userstyle.css +++ b/etc/soft/joplin/userstyle.css @@ -121,7 +121,7 @@ nav.table-of-contents>ul { } nav.table-of-contents::after { - content: "[TOC - move your cursor to the right edge]"; + content: ""; color: black; }