From 7d66e77da7f16ff1c89d727369d389a85c32f174 Mon Sep 17 00:00:00 2001 From: Misode Date: Wed, 21 Jun 2023 03:03:56 +0200 Subject: [PATCH] Fix article external link style --- src/styles/global.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles/global.css b/src/styles/global.css index 89e54d1a..9659e1d1 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -2338,7 +2338,8 @@ hr { box-shadow: inset 0 -1px 0 var(--background-4); } -.tabs > span { +.tabs > span, +.tabs > a { border-bottom: 2px solid transparent; padding: 8px 16px; cursor: pointer;