diff --git a/templates/frontpage.html b/templates/frontpage.html
index e839453..57bcf36 100644
--- a/templates/frontpage.html
+++ b/templates/frontpage.html
@@ -1,68 +1,70 @@
-
-
-
-
-
-
-
-
-
-
-
-
+ background-color: black;
+ border-color: black;
+ }
+ .button.button-clear,
+ .button.button-outline {
+ background-color: transparent;
+ color: black;
+ }
+ .button.button-clear {
+ border-color: transparent;
+ }
+ .search-container {
+ padding: 10px;
+ }
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+ {% for i in set_list %}
-
-
-
-
-
-{% for i in set_list %}
-
-
-
-
-
-
-
-
-
+
+
+
+
+
{{ i['set_num'] }} {{ i['name'] }}
-
-
-
- {{ i['theme_id'] }} ({{ i['year'] }})
-
-
-
-
-
-
-
+
+
+ Parts:
+ {{ i['num_parts'] }}
+
+
+
+
+
+
+ {{ i['theme_id'] }} ({{ i['year'] }})
+
+
+ {% for j in json_file[i['set_num']]['unit'] %}
+
+
+ {% endfor %}
+
+
+
+
+
+
+ {% endfor %}
+
+
-
+
+