Terrastories / terrastories

Terrastories is a geostorytelling application for mapping, managing and sharing place-based stories.
https://terrastories.app
MIT License
319 stars 157 forks source link

[UI] Update font color from black to #474747 #183

Closed mirandawang closed 4 years ago

mirandawang commented 5 years ago

Across our app we use black as the default font color for paragraph text. Jazz recommends we use #474747 instead. Update all the spots we use black as the font color to instead use #474747.

ElleeB commented 5 years ago

I'd like to claim this issue :)

mirandawang commented 5 years ago

@ElleeB Thanks so much! We look forward to your contribution!

ElleeB commented 5 years ago

Issues with mysql2 breaking bundle install and update :( Help? @mirandawang

mirandawang commented 5 years ago

Hey @ElleeB! Sorry to hear you're having issues.

Can you paste the error that you're getting?

You can also feel free to join us in the Ruby for Good Slack! We can help you in the #terrastories channel :) https://t.co/kUtI3lnpW1

mirandawang commented 5 years ago

@ElleeB I think I know the issue with mysql2 as I just ran into it myself :) You should be running script/setup in the root directory if it's your first time install or script/update if you are trying to update gems. This will run the commands inside of the docker rails container, rather than in your local. Then, if you run script/server, you should see the application start.

leosoaivan commented 5 years ago

Might this still be open?

rudokemper commented 5 years ago

@leosoaivan sure is :)

leosoaivan commented 5 years ago

Alright, I'll take it @rudokemper! Is this something we still want?

rudokemper commented 5 years ago

I think so right @mirandawang?

ainlovescode commented 5 years ago

Can I help out too? 😃

mirandawang commented 5 years ago

@ainlovescode thanks for your interest!! <3 i think @leosoaivan may be working on this already. but please feel free to find a different issue that you would like to work on!

leosoaivan commented 5 years ago

@mirandawang yep, working on this one.

Question, I see a few places where we have default black text that isn't specifically set to "black" (like some H3 elements). Do we want to include these elements in the re-styling, as well?