Skip to content

Commit

Permalink
Set higher contrast for accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Phu2 committed Sep 18, 2023
1 parent 520f1e4 commit 8036502
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions public/stylesheets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,32 @@ small {

.navbar-default {
margin-top: 10px;
}

/* improve accessibility */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
color: #666;
}

0 comments on commit 8036502

Please sign in to comment.