CSS : Change whole background color

Hello,

I’m currently using a dark theme but I’d like to get a more greyish feeling, something smoother as a background color.

I tried the below snipet but it doesn’t affect all the surface/zones.
.AppContainer {
background: #222222 !important;
}

Can somebody please give some clue or reference so I can find the right attributes ti change ?

Thanks,
David

Hi David,

There are many surfaces on the Dynalist interface. Do you mind taking a screenshot of an empty document and maybe draw a red box around the surface you’re trying to fix?

Hi Erica,

Thanks to your reply.

Basically, I’d be happy to change the lateral pane (files/bookmarks/tags) and the background of the global search result.

Thanks,
David

Try add a rule for .Pane-content, .GlobalSearchPage.

Your dark theme doesn’t 100% look like mine though, so I’m not sure if it’ll work. Have you already customized the CSS?

My screen for the same screen:

1 Like

Thank you Erica, that’s exactly what I needed :smiley:

1 Like

You’re the most welcome, David!