diff --git a/css/index.css b/css/index.css index 82ab6ed..29dad55 100644 --- a/css/index.css +++ b/css/index.css @@ -9,14 +9,10 @@ body { min-height: 100vh; overflow-x: hidden; } -.darkBody { - background-color: #0a0a0a; - color: #f1f1f1; -} .mobileContainer18 { display: flex; width: 1%; - flex-wrap:wrap; + flex-wrap: wrap; justify-content: center; margin: 0 auto; } @@ -79,9 +75,6 @@ button { transition: transform 0.5s ease; } -.darkButton{ - background-color: #00e1ff; -} .source-btn { background-color: #333333;