diff --git a/templates/index.html b/templates/index.html
index 67d7b2a..120b6eb 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -7,7 +7,7 @@
- Cabinet file manager
+ Cabinet
${toc}
diff --git a/templates/stylesheet.css b/templates/stylesheet.css
index 150f2d8..a62176c 100644
--- a/templates/stylesheet.css
+++ b/templates/stylesheet.css
@@ -32,10 +32,11 @@ a {
}
.button {
+ text-align: center;
padding: .4em;
- border-radius: 3px;
- background-color: #fcfeff;
- color: #112a6f;
+ background-color: #183b9a;
+ color: #fcfeff;
+ width: 100px;
}
nav {
@@ -45,7 +46,6 @@ nav {
width: 100%;
display: flex;
background-color: #112a6f;
- padding: 1em;
}
#path {