developer-job-simulation/javascript-crm

[Easy] Feature request: make table look prettier

Opened this issue · 4 comments

Difficulty

Easy

What you need to do

Read description of the issue below and try to fix it.

Hints

  1. Read issue description below carefully and ensure that you understand it.
  2. Begin by exploring the code to understand which parts of code are responsible for table styling. Remember: the more thoroughly you understand the code, the more elegant and lightweight solution you will be able to come up with.

Issue description

Design team came up with a new design for 'My Customers' table - see the mock below. Please update the website so that it looks the same as on the image. See 'Expected behavior' section below for more details.

new-design

Expected behavior

Both table border and background have new color. Color code: lightblue. You can use this code to set the color in stylesheet.

Hi, I made a quick fix by modifying two lines on styles.css. Here's the result. Could you assign me this so I can open a pull request? Thanks for sharing this issue, it was well-documented.
Screen Shot 2022-04-30 at 12 32 03 PM

Edit: I realize now that one doesn't have to be assigned something to open a pull request. Apologies, it's my first open-source contribution.

Hi, I think i did everything right when cloning and creating a new branch to work on. I created a new pull request for you to look at.

I've solved this and made a pull request.