Content of user-style.css

Hello,

i am using Geary on Manjaro KDE installed from the repo. It follows my theme, however the background of messages and when composing a new message is white with black text. I want to change this to white text with the background of my theme.

I used the Inspector and found out the div id of the message window (“geary-body”) and created a user-style.css in ~/.config/geary as described in the FAQ. However, either geary doesn’t load it or i put the wrong things in it.

The content of my ~/.config/geary/user-style.css is as follows:

<style>
    .body {
     color:white;
    background-color:#282E33;;
     }

    #geary-body {
     color:white;
    background-color:#282E33;;
     }
</style>

What do i have to put in there to change the text color and background color of the message and composition windows?

Now I don’t know about Geany, but as a random observer I’d note your ‘CSS’ file contains HTML

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.