From 07b94dd839cfbc7ab77bf81f5434dbb7a97fa602 Mon Sep 17 00:00:00 2001 From: hydazz <53986978+hydazz@users.noreply.github.com> Date: Mon, 30 Jan 2023 18:40:27 +1100 Subject: [PATCH] add arrow, remove underline --- ci/template.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ci/template.html b/ci/template.html index 26528b7..b00c6b7 100644 --- a/ci/template.html +++ b/ci/template.html @@ -193,6 +193,17 @@ display: none; } + a { + text-decoration: none; + } + + a[target="_blank"]::after { + content: " \2197"; + font-size: 80%; + margin-left: 4px; + vertical-align: middle; + } + #app { display: flex; flex-direction: column;