diff --git a/frontend/src/components/ElectionComponent.vue b/frontend/src/components/ElectionComponent.vue index 278da4c0..775faf25 100644 --- a/frontend/src/components/ElectionComponent.vue +++ b/frontend/src/components/ElectionComponent.vue @@ -1,41 +1,38 @@ \ No newline at end of file +a.useful-link { + padding: 6px 10px; + margin: 6px; + border-radius: 15px; + border: 1px solid #0d6efd; + text-decoration: none; + color: #0d6efd; +} + +a.useful-link:hover { + font-weight: bold; + box-shadow: 1px 2px 5px rgba(200, 200, 200, 0.82); +} + diff --git a/frontend/src/views/ElectionsView.vue b/frontend/src/views/ElectionsView.vue index 220c19fe..14ac6cf6 100644 --- a/frontend/src/views/ElectionsView.vue +++ b/frontend/src/views/ElectionsView.vue @@ -144,7 +144,7 @@ function resetPage() { -
+
\ No newline at end of file