diff --git a/data/db.sqlite3 b/data/db.sqlite3
index 9e54783..77b99d4 100644
Binary files a/data/db.sqlite3 and b/data/db.sqlite3 differ
diff --git a/links/templates/links/link_detail.html b/links/templates/links/link_detail.html
index 5a3ab04..a590b14 100644
--- a/links/templates/links/link_detail.html
+++ b/links/templates/links/link_detail.html
@@ -18,9 +18,14 @@
{% endif %}
-
- {% trans "Edit" %}
-
+
diff --git a/new_theme/static/css/dist/styles.css b/new_theme/static/css/dist/styles.css
index d24755f..28e96c4 100644
--- a/new_theme/static/css/dist/styles.css
+++ b/new_theme/static/css/dist/styles.css
@@ -942,6 +942,12 @@ video {
margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
+.space-x-2 > :not([hidden]) ~ :not([hidden]) {
+ --tw-space-x-reverse: 0;
+ margin-right: calc(0.5rem * var(--tw-space-x-reverse));
+ margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
+}
+
.divide-y > :not([hidden]) ~ :not([hidden]) {
--tw-divide-y-reverse: 0;
border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
@@ -1527,6 +1533,11 @@ video {
background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
+.hover\:bg-green-700:hover {
+ --tw-bg-opacity: 1;
+ background-color: rgb(21 128 61 / var(--tw-bg-opacity));
+}
+
.hover\:text-blue-800:hover {
--tw-text-opacity: 1;
color: rgb(30 64 175 / var(--tw-text-opacity));