From 57ec279491db97d2933f07127235d44e918472ce Mon Sep 17 00:00:00 2001 From: Ali MJ Al-Nasrawy Date: Mon, 29 Mar 2021 12:11:58 +0300 Subject: Move symlink symbol from html to css This should facilitate testing because this symbol will no longer a part of the entry text shown in html. --- data/style.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'data/style.scss') diff --git a/data/style.scss b/data/style.scss index 9bfbeaf..be19342 100644 --- a/data/style.scss +++ b/data/style.scss @@ -94,7 +94,8 @@ a.symlink:hover { color: var(--symlink_link_color); } -.symlink-symbol { +.symlink-symbol::after { + content: "⇢"; display: inline-block; border: 1px solid var(--symlink_link_color); margin-left: 0.5rem; -- cgit v1.2.3