sawhney17 / logseq-bionic-speedreader

MIT License
23 stars 1 forks source link

only change font weight while keeping the font color #2

Open calbch opened 2 years ago

calbch commented 2 years ago

Characters in page links are currently changed to black & bold.

Screen Shot 2022-05-29 at 14 54 28

Wouldn't it be better to solely change the font weight and maintain all previous styling?

sawhney17 commented 2 years ago

Can you try this in the default theme? On 29 May 2022, 4:56 PM +0400, Cal @.***>, wrote:

Characters in page links are currently changed to black & bold. Wouldn't it be better to solely change the font weight and maintain all previous styling? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

calbch commented 2 years ago

as you probably assumed the issue isn't present on the default theme. Bit weird since you only add a <b> tag

136| word = "<b>" + word.slice(0, midIndex) + "</b>" + word.slice(midIndex);
sawhney17 commented 2 years ago

I think the theme that you have chosen has manually set the color of bold tags to be black or something On 29 May 2022, 5:37 PM +0400, Cal @.***>, wrote:

as you probably assumed the issue isn't present on the default theme. Bit weird since you only add a tag 136| word = "" + word.slice(0, midIndex) + "" + word.slice(midIndex); — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

stackingflow commented 2 years ago

I can confirm that I am not facing this issue on the bear theme.