seanwcom/Red-Graphite-for-Obsidian

Set --text-accent-hover

Closed this issue · 1 comments

Related to #14, the text accent color (inline links) should also reflect the hover style for interactive elements. I have a local snip with this change which seems to work.

.theme-light {
  --text-accent-hover: rgb(151, 46, 43);
}

.theme-dark {
  --text-accent-hover: rgb(24, 147, 242);
}

@jakobo - apologies for the lack of updates. Unfortunately I just don't have time to keep up with this as much as I'd like to. I have updated the theme to be compatible with the 1.0 release of obsidian. This is a complete rewrite and because I don't have much time for updates, I've tried to simplify things and have really made this mostly a UI theme rather than adjusting any text.