diff --git a/assets/global.css b/assets/global.css
index b392990..8ce34a5 100644
--- a/assets/global.css
+++ b/assets/global.css
@@ -53,6 +53,11 @@ a {
}
}
+button {
+ font-family: inherit;
+ font-size: inherit;
+}
+
label {
display: block;
}
diff --git a/components/Header.vue b/components/Header.vue
index 9416909..b4cb0d4 100644
--- a/components/Header.vue
+++ b/components/Header.vue
@@ -12,7 +12,7 @@
(s:{{ session.id }} a:{{ session.account.id }}{{ session.push ? " push" : null }})
{{ session.account.type }}
Settings
-
+
Log In
@@ -22,19 +22,7 @@
diff --git a/components/LogOutButton.vue b/components/LogOutButton.vue
new file mode 100644
index 0000000..a0362fe
--- /dev/null
+++ b/components/LogOutButton.vue
@@ -0,0 +1,19 @@
+
+
+
+
+