website
website copied to clipboard
Replace 3 digit abbreviated hex color codes in _colors.scss
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
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:
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 :)
i. Availability: Open availability. ii. ETA: Behind on answering this, just completed this task.
@ExperimentsInHonesty Technical debt for milestone