diff --git a/public/styles.css b/public/styles.css index 3f9679d..cc7abeb 100644 --- a/public/styles.css +++ b/public/styles.css @@ -170,11 +170,12 @@ hr { gap: 0.5em; flex-flow: wrap; } -.content .links-to-check a { +.content .links-to-check button { color: black; padding: 5px 10px; text-decoration: none; border-radius: 8px; + border: none; } .token { @@ -182,12 +183,6 @@ hr { font-family: monospace; } -.actions { - display: flex; - justify-content: center; - gap: 0.5em; -} - .resource { padding: 0.5em; display: flex; diff --git a/src/App.vue b/src/App.vue index 2a4f53e..7fd21b1 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@