diff --git a/repeater-setup.html b/repeater-setup.html index 32a5f84..20c30b5 100644 --- a/repeater-setup.html +++ b/repeater-setup.html @@ -235,7 +235,23 @@ opacity: 0.4; text-decoration: underline; } - .btn[target="_blank"]::after, + .button-row a.btn::after { + content: ""; + display: inline-block; + width: 16px; + height: 16px; + margin-left: 4px; + background-size: contain; + flex-shrink: 0; + opacity: 0.4; + filter: invert(1); + } + .button-row a.btn[target="_blank"]::after { + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.5 8.5L8.5 3.5M5 3.5h3.5V7'/%3E%3C/svg%3E"); + } + .button-row a.btn:not([target="_blank"])::after { + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 2.5L8.5 6L4 9.5'/%3E%3C/svg%3E"); + } .site-footer a::after { display: none; }