Open ASN link to new tab

This also remove unused global `dashboard-card` css class.
This commit is contained in:
ditatompel 2024-05-20 02:34:42 +07:00
parent d13a427c6d
commit d99f8583c1
No known key found for this signature in database
GPG key ID: 31D3D06D77950979
2 changed files with 7 additions and 6 deletions

View file

@ -16,9 +16,6 @@ p {
a.external { a.external {
@apply link after:content-['_↗'] @apply link after:content-['_↗']
} }
.dashboard-card {
@apply bg-surface-50-900-token rounded-lg border-2 border-dashed border-gray-200 p-4 dark:border-gray-700;
}
.section-container { .section-container {
@apply mx-auto w-full max-w-7xl p-4; @apply mx-auto w-full max-w-7xl p-4;
} }

View file

@ -22,9 +22,13 @@
{/if} {/if}
{#if asn !== 0} {#if asn !== 0}
<br /><a class="asn" href="https://www.ditatompel.com/asn/{asn}">AS{asn}</a> (<span <br /><a
class="asn-name">{asn_name}</span class="external asn"
>) href="https://www.ditatompel.com/asn/{asn}"
target="_blank"
rel="noopener">AS{asn}</a
>
(<span class="asn-name">{asn_name}</span>)
{/if} {/if}
<style lang="postcss"> <style lang="postcss">