diff --git a/web/templates/settings/home.html b/web/templates/settings/home.html index 20838cd..48a6ed8 100644 --- a/web/templates/settings/home.html +++ b/web/templates/settings/home.html @@ -1,7 +1,6 @@ {% extends "base.html" %} {% load static %} -{# Let base.html control gradients via theme #} {% block body_class %}{% endblock %} {% block content %} @@ -13,39 +12,6 @@
Personalization · Privacy · Security
- -
-
-
Theme
-
- {% csrf_token %} - - -
-
- - - -
-
Highlight Hits
- -
- - - -
-
Clear History
- -
-
-
@@ -57,12 +23,12 @@
-

Pick a theme you like; preview applies instantly.

+

Pick a theme; preview applies instantly.

-
+ {% csrf_token %} - - {% for t in available_themes %}
@@ -95,7 +61,7 @@
@@ -111,7 +77,7 @@

Remove Recent Searches and Recently Viewed.

- +
@@ -128,7 +94,6 @@
-
@@ -140,7 +105,6 @@
-
@@ -154,7 +118,7 @@
- +
Comms
@@ -216,22 +180,12 @@
{% endblock %} \ No newline at end of file