diff --git a/core/auth.html b/core/auth.html
index df1178dd..6a7de194 100644
--- a/core/auth.html
+++ b/core/auth.html
@@ -1,3 +1,4 @@
+
-
-
-
+
+
+
+
diff --git a/core/index.html b/core/index.html
index 7b1982d2..c55b41ac 100644
--- a/core/index.html
+++ b/core/index.html
@@ -1,3 +1,4 @@
+
Tilde Friends
@@ -6,26 +7,24 @@
-
-
-
-
-
-
- >
-
-
-
+
+
+
+
+
+ >
+
+
+
diff --git a/core/style.css b/core/style.css
index 8249b619..262ca684 100644
--- a/core/style.css
+++ b/core/style.css
@@ -1,24 +1,29 @@
+html {
+ width: 100%;
+ height: 100%;
+ padding: 0;
+ margin: 0;
+}
+
body {
font-family: monospace;
background-color: #002b36;
color: #eee8d5;
-}
-
-#body {
- display: flex;
- flex-flow: column;
width: 100%;
height: 100%;
+ padding: 0;
+ margin: 0;
}
.navigation {
height: auto;
- width: 100%;
+ margin: 4px;
}
#terminals {
flex: 1;
flex-flow: column;
+ margin: 4px;
}
#logo {