Closed FelixBenning closed 2 years ago
I'm considering whether or not to add an underline to the links, not sure if it will affect the overall feel of it.
given how few websites use underlines for links nowadays I suspect that "it doesn't look good". But given that I am not a designer I don't know if a different color would be better or whether that would make the color palette to excited. You could of course remove the color entirely and let cursive speak for itself.
But given that you actually created a theme which "looks good" without knowing really why, I would trust your instinct better than mine.
I like having more coloured text, but there are already many links in my posts. Some reader might think non-clickable words are dead links. I made the following change:
I suggest not using any color for emphasis, like github and many other editors do. The italic font itself is the best way to "emphasis" the text.
The change can be easily done by removing codes in assets/scss/_fuji-theme/_style.scss
.
strong,
em {
color: var(--color-secondary);
}
Modded in 253850bb1f3b0faae8472f31a28725fec8684ffa
I noticed that you are using the same color for links and emphasis. It is a little confusing to have some things with that color be clickable and other things which are not. Especially since "emphasised and clickable" is probably exactly the same as "only emphasised".
Not a huge issue of course