Clean up CSS

This commit is contained in:
Manav Rathi 2024-03-28 17:09:11 +05:30
parent 3c0c591bed
commit 713a0038f0
No known key found for this signature in database

View file

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