fix color

This commit is contained in:
srgooglo 2022-10-17 03:06:48 +02:00
parent 5b3fe9882d
commit 1216c0e821

View File

@ -15,6 +15,17 @@
z-index: 190;
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
color: var(--text-color);
}
.nsfw_alert {
position: absolute;
@ -35,6 +46,10 @@
border-radius: 8px;
z-index: 200;
h2 {
color: #fff;
}
}
.message {