Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: improve website accessibility #138

Merged
merged 1 commit into from
Dec 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h2>As an engineering manager</h2>
<div class="skz-features">
<ul>
<li>
<img src="./list.svg" />
<img alt="" role="presentation" src="./list.svg" />
<div>
<h3>Custom lists</h3>
<p>
Expand All @@ -68,7 +68,7 @@ <h3>Custom lists</h3>
</div>
</li>
<li>
<img src="./account.svg" />
<img alt="" role="presentation" src="./account.svg" />
<div>
<h3>All your accounts in one place</h3>
<p>
Expand All @@ -81,7 +81,7 @@ <h3>All your accounts in one place</h3>
</div>
</li>
<li>
<img src="./notifications.svg" />
<img alt="" role="presentation" src="./notifications.svg" />
<div>
<h3>Notifications</h3>
<p>
Expand All @@ -92,7 +92,7 @@ <h3>Notifications</h3>
</div>
</li>
<li>
<img src="./share.svg" />
<img alt="" role="presentation" src="./share.svg" />
<div>
<h3>Share your projects with your team</h3>
<p>
Expand Down
4 changes: 2 additions & 2 deletions docs/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ body {
z-index: 2;
display: inline-block;
padding: 1rem 2rem;
color: #fff;
color: #000;
font-weight: bold;
font-size: 1.3rem;
text-decoration: none;
Expand Down Expand Up @@ -162,7 +162,7 @@ body {
margin: auto;
}

.skz-footer a {
.skz-footer a:not(.skz-footer) {
color: #fff;
}

Expand Down