Skip to content

Commit 6c13430

Browse files
committed
Updated footer background colour to have a better accessibility score
1 parent 610cd17 commit 6c13430

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Wireframe/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h2>Wireframe</h2>
2121
A wireframe is a basic, two-dimensional visual representation of a web page, app interface, or product layout. You can think of it as a low-fidelity, functional sketch.
2222
Wireframes typically depict only functionality, not the true style and visual elements of the final product.
2323
</p>
24-
<a href="https://www.productplan.com/glossary/wireframe">Read more</a>
24+
<a href="https://www.productplan.com/glossary/wireframe">Wireframe</a>
2525
</article>
2626

2727
<article>
@@ -39,7 +39,7 @@ <h2>ReadMe file</h2>
3939
<p>
4040
Developers use readme files to explain their projects to others. It communicates important information about your project.
4141
</p>
42-
<a href="https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes">Read more</a>
42+
<a href="https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes">ReadMe File</a>
4343
</article>
4444
</main>
4545
<footer>

Wireframe/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ footer {
5454
bottom: 0;
5555
text-align: center;
5656
width: 100%;
57-
background-color: rgb(112, 117, 116);
57+
background-color: #0F172A;
58+
color: #F8FAFC;
5859
}
5960
/* ====== Articles Grid Layout ====
6061
Setting the rules for how articles are placed in the main element.

0 commit comments

Comments
 (0)