diff --git a/html/landing.ejs b/html/landing.ejs index e341ceb5..92cf4527 100644 --- a/html/landing.ejs +++ b/html/landing.ejs @@ -20,10 +20,10 @@ - PokeTube | Privacy Is Your Right + PokeTube - Be Anonymous! - - + + @@ -278,16 +278,18 @@ text-align:center; font-stretch: ultra-expanded; font-weight: 1000; margin-top: 20px !important; - background-color: #fff; + background-color: rgb(24, 26, 27); + color: rgb(232, 230, 227); + text-decoration-color: unset; border-radius: 6px; width: 186px; - color: #000; font-size: 20px; text-decoration: unset; margin: auto; - margin-top: auto; + margin-top: auto; } + .news { display: flex; justify-content: center; @@ -351,7 +353,7 @@ z-index: 10; /* Was 2 */" } -
+