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; }