diff --git a/main.go b/main.go
index 2303ee3..baa4153 100644
--- a/main.go
+++ b/main.go
@@ -31,6 +31,7 @@ import (
func main(){
engine := html.New("./templates", ".html")
app := fiber.New(fiber.Config{
+ DisableStartupMessage: true,
Views: engine,
})
app.Static("/", "./public")
@@ -48,5 +49,6 @@ func main(){
return lib.RenderError(c, 404)
})
+ log.Info("Starting MatterLinux Website on port 9878")
log.Fatal(app.Listen(":9878"))
}
diff --git a/public/style.css b/public/style.css
index a93ad23..0947b91 100644
--- a/public/style.css
+++ b/public/style.css
@@ -36,7 +36,7 @@ body{
.logo {
font-family: JetBrainsItalic;
- font-size: 30px;
+ font-size: 25px;
color: white;
}
diff --git a/templates/parts/bar.html b/templates/parts/bar.html
index 3c2c23e..66bb5ef 100644
--- a/templates/parts/bar.html
+++ b/templates/parts/bar.html
@@ -5,6 +5,6 @@
News
Wiki
Source
- Packages
+ Packages