deepjyoti30 / startpage

A minimal starpage for Chrome and Firefox
MIT License
625 stars 85 forks source link

Link Coloring #46

Closed rahaaatul closed 2 years ago

rahaaatul commented 2 years ago

Is it possible to color the links inside squares, individually? If so, how to do them?

I tried duplicating color and inserting in one of the links but it doesn't work.

deepjyoti30 commented 2 years ago

@rahaaatul It is not supported on a per link basis.

See the theme is defined in the way that the color will be set for the title of the square and the links will show the same color when hovered on.

deepjyoti30 commented 2 years ago

Will add this as a feature in the next release. If color would be defined for a link, it would be prioritized over the square color.

rahaaatul commented 2 years ago

@rahaaatul It is not supported on a per-link basis. Will add this as a feature in the next release.

Awesome! 😊

See the theme is defined in the way that the color will be set for the title of the square and the links will show the same color when hovered on.

I do not know JS, I kinda started learning it on Grasshopper. But I got it, links will show the same color as the title of the square is set...until the next release. 😁

If the color would be defined for a link, it would be prioritized over the square color.

I agree. 👍

Can't wait for the next release!!!

deepjyoti30 commented 2 years ago

Added in the latest release