seanwcom / Red-Graphite-for-Obsidian

A light theme for Obsidian.md, based on Bear.app's Red Graphite theme.
The Unlicense
197 stars 20 forks source link

White sidebar on iOS app #26

Closed artsmolin closed 1 year ago

artsmolin commented 1 year ago

Thank you for the best Obsidian theme. I noticed one flaw: in the mobile version, the sidebar has a white background color in the light theme. Because of this, it is difficult to see the words. It would be very nice if you could make the background as dark as in the desktop version. IMAGE 2023-03-24 01:31:17

kuestess commented 1 year ago

@artsmolin I'm far from a CSS expert but was able to get the sidebar to the correct color by creating a snippet with the content below. Wasn't able to get the header to change color however.

.workspace-drawer-active-tab-container {
    background: #292c2e;
}