You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if this was deliberately designed...
If so, please let me know
Otherwise, fix it please.
I made a user style to fix this.
/*--color-scheme: dark; is dark mode, but idk how to detect it.*/
.sa-comment-preview-inner {
color:rgb(255,255,255);
background-color:rgb(000/90%);
filter:drop-shadow(0px5px5pxrgb(255255255/20%));
}
@supports (backdrop-filter:blur(16px)) {
.sa-comment-preview-inner {
background-color:rgb(000/75%);
backdrop-filter:blur(16px);
}
}
...and it worked well on turbowarp.org/editor
I wanted to send a pull request, but i have no idea where to put the code...(and also i don't exactly know how to send a pull request)
and I am somehow weak in english, perhaps there may be content that you can't understand well, but I don't think there will be too much reading barriers
The text was updated successfully, but these errors were encountered:
The comment preview is white in light mode:
However, in dark mode, it's also white:
I don't know if this was deliberately designed...
If so, please let me know
Otherwise, fix it please.
I made a user style to fix this.
...and it worked well on turbowarp.org/editor
I wanted to send a pull request, but i have no idea where to put the code...(and also i don't exactly know how to send a pull request)
and I am somehow weak in english, perhaps there may be content that you can't understand well, but I don't think there will be too much reading barriers
The text was updated successfully, but these errors were encountered: