diff --git a/web/explorer/src/components/DescriptionPanel.vue b/web/explorer/src/components/DescriptionPanel.vue index 3dd773719..382b0d121 100644 --- a/web/explorer/src/components/DescriptionPanel.vue +++ b/web/explorer/src/components/DescriptionPanel.vue @@ -48,7 +48,7 @@ href="https://github.com/mandiant/capa/tree/master/web/explorer" target="_blank" rel="noopener noreferrer" - class="text-blue-600 hover:text-blue-800 transition-colors duration-200" + class="underline" > capa GitHub repository @@ -56,7 +56,7 @@

-

+

You can download capa Explorer Web for offline usage via the download button in the top-right corner of this page.

@@ -68,7 +68,6 @@ /* highlight inline code */ code { background-color: #e2e8f0; - padding: 2px 4px; border-radius: 4px; font-family: monospace; }