sarthakm21 / WorkTrack

A nodejs, express and mongodb based productivity tracker application.
https://work-track.herokuapp.com/
6 stars 19 forks source link

Added text shadow to header in new users page #21

Closed sanskar-p closed 4 years ago

sanskar-p commented 4 years ago

Resolves #18 Add text shadow to the header text and also changed the color of the 'Add Work' link. It is underlined to denote that it's a link and the text-shadow color lightens when you hover the cursor over it.

image

On hover: Screenshot from 2020-10-14 22-21-50

sarthakm21 commented 4 years ago

Hey @sanskar-p, sorry for checking so late but can you change the color of AddWork link instead of that underline? It kinda looks weird.

sanskar-p commented 4 years ago

Okay @sarthakm21, what do you suggest I change the colour to?

sarthakm21 commented 4 years ago

I think the standard blue-purple color of the anchor tags should do. As far as I remember the other links on the page also have the default color. Although, if that is not the case, you can use the color that the other links use :)

sanskar-p commented 4 years ago

In my opinion, the default color doesn't look so great with purple-white text around it. What are your thoughts? image

sarthakm21 commented 4 years ago

Ig you're right. I'll leave it upto you then. You can choose whichever color you find suitable.

sanskar-p commented 4 years ago

I've made the links bold and italic. And they get a text-shadow on hover. image On hover: Screenshot from 2020-10-16 22-18-22

sarthakm21 commented 4 years ago

Thanks @sanskar-p :). Merging!