Posted June 12, 2020
When I change my OS theme (Linux Mint) to a dark one, the textbox in GOG chat is grey text on grey background and difficult to see. See attachment.
Could anyone help me change it using a custom style? This is what I tried, but it doesn't work. Sorry I'm a complete newb when it comes to this.
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.gog.com") {
.chat-view__send-message chat-send-message {
color: black !important;
}
}
Thanks.
Could anyone help me change it using a custom style? This is what I tried, but it doesn't work. Sorry I'm a complete newb when it comes to this.
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.gog.com") {
.chat-view__send-message chat-send-message {
color: black !important;
}
}
Thanks.
This question / problem has been solved by clarry
