aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/base_admin.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/registration/base_admin.html')
-rw-r--r--templates/registration/base_admin.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/registration/base_admin.html b/templates/registration/base_admin.html
index e7c56df..f150c35 100644
--- a/templates/registration/base_admin.html
+++ b/templates/registration/base_admin.html
@@ -5,6 +5,9 @@
<!DOCTYPE html>
<html>
<head>
+ <script>
+ document.documentElement.setAttribute("theme", "light");
+ </script>
{% load static %}
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="{% static request.session.new_css|materialize_css %}">