Merge pull request #1684

Add right margin to the img for external links
This commit is contained in:
luigi1111 2021-06-28 14:44:18 -04:00 committed by GitHub
commit 63904c4654
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -993,6 +993,7 @@ a {
a[href^="https:"]:not([href*="getmonero.org"]):not([class*="btn-link"]):not([class="chats-img"]):not([class*="ext-noicon"]):not([class*="white"]) { a[href^="https:"]:not([href*="getmonero.org"]):not([class*="btn-link"]):not([class="chats-img"]):not([class*="ext-noicon"]):not([class*="white"]) {
background: url(/img/external.svg) no-repeat right; background: url(/img/external.svg) no-repeat right;
padding-right: 0.7em; padding-right: 0.7em;
margin-right: 0.3rem;
background-size: 0.6em; background-size: 0.6em;
} }