From 41cf9590c65d3eaa59cba74c14211369bfa431b8 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 13 Nov 2022 19:08:22 +0100 Subject: [PATCH] remove .link border --- assets/css/app.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/app.scss b/assets/css/app.scss index c45c90c..27ea49e 100644 --- a/assets/css/app.scss +++ b/assets/css/app.scss @@ -779,7 +779,6 @@ pre[class*="language-"] { margin: 0; padding: 15px 0 0 0; text-align: center; - text-decoration: none; .link:first-child a, .link:first-child { border-bottom-left-radius: 7px; @@ -795,6 +794,7 @@ pre[class*="language-"] { .link { margin: 0 1px; display: inline-block; + text-decoration: none; a { display: block;