From 9048c8a561c3ffa5a87f980293d0803c53b31024 Mon Sep 17 00:00:00 2001 From: moris Date: Wed, 18 Dec 2024 12:37:11 +0900 Subject: [PATCH] =?UTF-8?q?add:=20=E5=A4=96=E9=83=A8=E3=83=AA=E3=83=B3?= =?UTF-8?q?=E3=82=AF=E3=81=AB=E3=82=A2=E3=82=A4=E3=82=B3=E3=83=B3=E3=82=92?= =?UTF-8?q?=E3=81=A4=E3=81=91=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib/components/Markdown.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/lib/components/Markdown.css b/src/lib/components/Markdown.css index 8e15d81..33b2e69 100644 --- a/src/lib/components/Markdown.css +++ b/src/lib/components/Markdown.css @@ -43,6 +43,16 @@ } } + & a[target="_blank"]:after { + content: ''; + display: inline-block; + width: .7em; + height: .7em; + vertical-align: text-top; + mask-image: url('data:image/svg+xml;utf-8,'); + background-color: var(--font-color); + } + & li { line-height: 1.5em; }