website icon indicating copy to clipboard operation
website copied to clipboard

Replace 3 digit abbreviated hex color codes in _colors.scss

Open Zak234 opened this issue 2 years ago • 2 comments

Overview

We need to replace the 3 digit abbreviated hex color codes in _colors.scss with its equivalent 6 digit hex color codes so that it fits in with the rest of the values on the page which are all 6 digit, which will promote readability.

Action Items

Open _sass/variables/_colors.scss in VS Code or your IDE, then

  • [ ] Change the line $color-black: #333; to $color-black: #333333;
  • [ ] Change the line $color-mediumgrey: #ccc; to $color-mediumgrey: #cccccc;
  • [ ] Change the line $color-white: #fff; to $color-white: #ffffff

Resources/Instructions

_sass/variables/_colors.scss

Zak234 avatar Jul 11 '22 06:07 Zak234

Hi @Zak234.

Good job adding the required labels for this issue. The merge team will review the issue and add a "Ready for Milestone" label once it is ready for prioritization.

Additional Resources:

github-actions[bot] avatar Jul 11 '22 06:07 github-actions[bot]

Hi @JohnJBarrett22, thank you for taking up this issue! Hfla appreciates you :)

Do let fellow developers know about your:- i. Availability: (When are you available to work on the issue/answer questions other programmers might have about your issue?) ii. ETA: (When do you expect this issue to be completed?)

You're awesome!

P.S. - You may not take up another issue until this issue gets merged (or closed). Thanks again :)

github-actions[bot] avatar Aug 14 '22 17:08 github-actions[bot]

i. Availability: Open availability. ii. ETA: Behind on answering this, just completed this task.

JohnJBarrett22 avatar Aug 16 '22 04:08 JohnJBarrett22

@ExperimentsInHonesty Technical debt for milestone

7kram avatar Sep 08 '22 19:09 7kram