diff --git a/web/css/dottes.css b/web/css/dottes.css index 7a4a4f5..a85f6be 100644 --- a/web/css/dottes.css +++ b/web/css/dottes.css @@ -26,7 +26,9 @@ p div.banner { height: 136px; - background-color: #9900cc; + + background-color: black; + /* background-color: #9900cc; */ background-image: url('../img/banner.png'); background-repeat: no-repeat; background-position: center center; @@ -55,7 +57,7 @@ div.banner h1 text-align: left; font-size: 50px; font-weight: bold; - color: #000000; + color: #ffffff; font-family: 'Pirata One', sans-serif; padding: 10px; } diff --git a/web/img/banner.png b/web/img/banner.png index bcbb78c..76b1452 100644 Binary files a/web/img/banner.png and b/web/img/banner.png differ