Login: UI rework
Change-Id: I9646272476c097c7a90b170fc35a38ec58a86020
diff --git a/core/auth/ui/templates/base.html b/core/auth/ui/templates/base.html
index 508b210..26817d3 100644
--- a/core/auth/ui/templates/base.html
+++ b/core/auth/ui/templates/base.html
@@ -1,15 +1,16 @@
<!DOCTYPE html>
<html lang="en" data-theme="light">
<head>
- <link rel="stylesheet" href="/static/pico.min.css">
+ <link rel="stylesheet" href="/static/pico.2.0.6.min.css">
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/hack-font/3.3.0/web/hack.min.css">
+ <link rel="stylesheet" href="/static/main.css?v=0.0.1">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>{{ block "title" . }}Title{{ end }}</title>
</head>
<body>
- <main class="container">
+ <main class="container">
{{ block "main" . }}{{ end }}
</main>
</body>
</html>
-