* {
-webkit-user-select: text !important;
user-select: text !important;
line-height: 1.4 !important;
}
div[id="commentbox"] { color: black !important; }
div[id^="preview"] { color: white !important; }
div[id="topicbar"] {
display: flex !important;
flex-wrap: wrap !important;
}
div[class="content"] { color: white !important; }
form[id="chatForm"] { color: white !important; }
div[style*="color"] { color: lightgray !important; }
div[class^="ui-dialog ui-corner-all ui-widget"] {
color: white !important;
background-color: #555555 !important;
}
I tried using it but I'm not seeing anything. That's an interesting CSS format.
Normally you select the id comment box with #commentbox.
Is that a form that's specific to some user-style extension?
edit: Nvmd, it works. I misunderstood what I was looking for. It looks good.
Just minor stuff. I'm old so the gray on lightgray or lightgray on darkgray makes the site a little tough to read. Line spacing also helps me.
It's all good.