diff --git a/web/apps/payments/src/styles/globals.css b/web/apps/payments/src/styles/globals.css index 6cd293e76..d0d1ccf23 100644 --- a/web/apps/payments/src/styles/globals.css +++ b/web/apps/payments/src/styles/globals.css @@ -10,6 +10,7 @@ body { background-color: #191919 !important; color: #aaa !important; } + :is(h1, h2, h3, h4, h5, h6) { color: #d7d7d7; } @@ -19,11 +20,3 @@ body { display: flex; flex-direction: column; } - -.ente-container { - display: flex; - flex: 1; - flex-direction: column; - justify-content: center; - align-items: center; -}