From 4690418c94fc3af5e3dec7dda2744127b9461f0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Rold=C3=A1n?= Date: Mon, 27 Jan 2025 19:00:09 -0300 Subject: [PATCH] Fix: Remove duplicated css rule from vue template (#1369) --- templates/vue/entrypoints/popup/style.css | 9 --------- 1 file changed, 9 deletions(-) diff --git a/templates/vue/entrypoints/popup/style.css b/templates/vue/entrypoints/popup/style.css index 84a005078..7294765e0 100644 --- a/templates/vue/entrypoints/popup/style.css +++ b/templates/vue/entrypoints/popup/style.css @@ -23,15 +23,6 @@ a:hover { color: #535bf2; } -a { - font-weight: 500; - color: #646cff; - text-decoration: inherit; -} -a:hover { - color: #535bf2; -} - body { margin: 0; display: flex;