Skip to content

Commit 261f344

Browse files
committed
address accessibility checker violations
1 parent f616dda commit 261f344

2 files changed

Lines changed: 12 additions & 6 deletions

File tree

ims-education.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ <h1>IMS courses</h1>
697697
<section id="faq" class="gray-bg pure-g">
698698
<!-- Header -->
699699
<div class="pure-u-1 pure-u-md-5-24 faq-title">
700-
<h2 id="faq">Frequently asked questions</h2>
700+
<h2>Frequently asked questions</h2>
701701
</div>
702702
<!-- Contents -->
703703
<div class="pure-u-sm-1 pure-u-md-18-24">
@@ -758,10 +758,11 @@ <h4 class="faq-q">Credly Support</h4>
758758
</div>
759759
</section>
760760

761+
<!-- =========================== Support =========================== -->
761762
<section id="support" class="gray-bg-02 pure-g">
762763
<!-- Header -->
763764
<div class="pure-u-1 pure-u-md-5-24">
764-
<h2 id="support">Support</h2>
765+
<h2>Support</h2>
765766
</div>
766767
<!-- Contents -->
767768
<div class="pure-u-sm-1 pure-u-md-18-24">

wp-includes/css/page.css

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
--white: #fff;
66
--black: #000;
77
--blue: #0f62fe;
8+
--dark-blue: #0043ce;
89
/* Background Color */
910
--bg-light-gray-01: #f4f4f4;
1011
--bg-light-gray-02: #ececec;
@@ -75,16 +76,20 @@
7576
background-color: var(--bg-light-gray-01);
7677
}
7778

79+
.gray-bg a {
80+
color: var(--blue);
81+
}
82+
7883
.gray-bg-02 {
7984
background-color: var(--bg-light-gray-02);
8085
}
8186

82-
.gray-bg h3, .gray-bg h4, .gray-bg-02 h3, .gray-bg-02 h4 {
83-
color: var(--black);
87+
.gray-bg-02 a {
88+
color: var(--dark-blue);
8489
}
8590

86-
.gray-bg a, .gray-bg-02 a {
87-
color: var(--blue);
91+
.gray-bg h3, .gray-bg h4, .gray-bg-02 h3, .gray-bg-02 h4 {
92+
color: var(--black);
8893
}
8994

9095
.blue-bg {

0 commit comments

Comments
 (0)