dbarenholz / halcyon-obsidian

The Halcyon colour scheme by Brittany Chiang, ported to be used in Obsidian.
MIT License
17 stars 2 forks source link

Slight Readability issues with unresolved links #2

Closed sigrunixia closed 9 months ago

sigrunixia commented 10 months ago

The dashes, particularly on smaller screens, do make the text blend together and a little more fuzzy/hard to read.

CleanShot 2023-10-02 at 11 20 15@2x

dbarenholz commented 9 months ago

I have added the following into the base-theme as a side-effect from fixing #4 .

body.theme-dark {
    text-underline-offset: 0.1em;
}

@sigrunixia If you believe this suffices (I can't really see the hard-to-read-ness so it's hard to evaluate myself), go ahead and close the issue. Otherwise, eventually this will be addressable with Style Settings as an option to make it a normal underline.

sigrunixia commented 9 months ago

It is quite a bit better. It's now clear that the words won't blur into the underline. :)