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;