You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am tryining to change to darkmode. Using Stackedit.io online in the browser.
When changing to dark theme through custom settings it does work but tryining to style it correctly so code blocks are highlighted does not work. I tried work arounds such as:
`# Custom CSS for code blocks
css:
|
code {
background-color: #f9f9f929;
}`
Does not work sadly. Could someone help me with that?
P.S. In darkmode the sidebars and the Project Folder are still light and not dark
The text was updated successfully, but these errors were encountered:
I am tryining to change to darkmode. Using Stackedit.io online in the browser.
When changing to dark theme through custom settings it does work but tryining to style it correctly so code blocks are highlighted does not work. I tried work arounds such as:
`# Custom CSS for code blocks
css:
code {
background-color: #f9f9f929;
}`
Does not work sadly. Could someone help me with that?
P.S. In darkmode the sidebars and the Project Folder are still light and not dark
The text was updated successfully, but these errors were encountered: