From 8d01a277f1780bba029414d29e8d01b1bbf5bcc4 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 19 Feb 2023 19:04:38 +0100 Subject: [PATCH] update css for link --- 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 2594e7b..81a8b03 100644 --- a/assets/css/app.scss +++ b/assets/css/app.scss @@ -471,7 +471,7 @@ pre[class*="language-"] { color: #fff; } - p a, ul:not(.btn-group) a { + p a:not(.btn), ul:not(.btn-group) a:not(.btn) { background: url('../images/link.svg') bottom left repeat-x; padding-bottom: 5px; }