@@ -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;
-}