insanum / obsidian_nord

A nord theme for Obsidian
MIT License
236 stars 62 forks source link

Change header color #62

Closed PavelNikov closed 1 year ago

PavelNikov commented 1 year ago

I want to change the color of h1.

Code in my css snippet: body { --h1-color: #8fbcbb; }

Expected result: h1 header turning green instead of yellow.

Actual result: h1 header stays yellow.

Why?

(Sorry if I missed something obvious; Thanks a ton for putting in the work to port this awesome theme to Obsidian!)

insanum commented 1 year ago

Use this instead. This should work with any theme.

.theme-dark { --h1-color: #8fbcbb; }