mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-12 20:14:15 +00:00
fix color
This commit is contained in:
parent
5b3fe9882d
commit
1216c0e821
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user