diff --git a/blog/manganelo/style.css b/blog/manganelo/style.css index 675cc0a..5bfa7c8 100644 --- a/blog/manganelo/style.css +++ b/blog/manganelo/style.css @@ -33,7 +33,7 @@ body { font-family: Arial, sans-serif; - background-color: #0e0e0e; + background-color: #11031c; color: #fff; line-height: 1.6; display: flex; @@ -48,7 +48,7 @@ body { /* Header Styles */ .header { - background-color: #111; + background-color: #000000; padding: 1em 0; position: fixed; top: 0;