+
-
+
@@ -81,8 +81,8 @@
{{$entry.Name}} |
{{$entry.Date.Format "02.01.2006"}} |
-
-
+
+
|
{{end}}
diff --git a/templates/countries.gohtml b/templates/countries.gohtml
index 96a75a3..c14cb05 100644
--- a/templates/countries.gohtml
+++ b/templates/countries.gohtml
@@ -16,7 +16,7 @@
-
+
@@ -34,8 +34,8 @@
{{$entry.IsoName}} |
{{$entry.Name}} |
-
-
+
+
|
{{end}}
diff --git a/templates/results.gohtml b/templates/results.gohtml
index 4254d9e..50ae0b1 100644
--- a/templates/results.gohtml
+++ b/templates/results.gohtml
@@ -18,9 +18,9 @@
.dropdown-content {
display: none;
position: absolute;
- background-color: #f9f9f9;
+ background-color: var(--dropdown-background);
min-width: 160px;
- box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
+ box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
z-index: 1;
}