diff --git a/Makefile b/Makefile
index 537b2ee..538137b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# luca0N.com website sources Makefile
# 2022-09-12
-# https://git.luca0n.com/luca0N-website.git
+# https://git.luca0n.com/luca0N/luca0N-website
SWG=swg
diff --git a/src/en/__swg_template.html b/src/en/__swg_template.html
index 3544129..deadada 100644
--- a/src/en/__swg_template.html
+++ b/src/en/__swg_template.html
@@ -62,7 +62,7 @@
diff --git a/src/en/assets/luca0n.css b/src/en/assets/luca0n.css
index a7bf6a8..73630d4 100644
--- a/src/en/assets/luca0n.css
+++ b/src/en/assets/luca0n.css
@@ -9,7 +9,7 @@ body {
margin: 0;
font-family: sans-serif;
- background-color: #ddd;
+ background-color: #eee;
color: #333;
}
diff --git a/src/pt/__swg_template.html b/src/pt/__swg_template.html
index d099b75..61f11f7 100644
--- a/src/pt/__swg_template.html
+++ b/src/pt/__swg_template.html
@@ -62,7 +62,7 @@