fix ant-result colors

This commit is contained in:
srgooglo 2022-05-12 19:02:59 +02:00
parent 9175befcfc
commit b02bf6877c

View File

@ -324,4 +324,28 @@ body {
to { to {
opacity: 0; opacity: 0;
} }
}
.ant-result {
.ant-result-content {
display: inline-flex;
align-items: center;
justify-content: center;
text-align: center;
padding: 10px;
background-color: var(--background-color-accent);
color: var(--background-color-primary);
h1,
h2,
h3,
h4,
h5,
p,
span {
margin: 0;
}
}
} }