Clean up CSS
This commit is contained in:
parent
3c0c591bed
commit
713a0038f0
1 changed files with 1 additions and 8 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue