Skip to content

Commit

Permalink
Enhance contrast and add link
Browse files Browse the repository at this point in the history
  • Loading branch information
alflennik committed Apr 13, 2023
1 parent 13863e7 commit d3ee46b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions client/components/App/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -416,15 +416,15 @@ main.home-page.container h1 {
display: block;
font-style: normal;
font-size: 14px;
color: #85693D;
color: #654E29;
line-height: 1.3;
}
.w3c-authorization-message strong {
font-style: italic;
}
.w3c-authorization-message a {
font-weight: bold;
color: #85693D;
color: #654E29;
}
.w3c-authorization-message a:hover {
text-decoration: underline;
Expand Down
6 changes: 5 additions & 1 deletion client/components/Home/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,11 @@ const Home = () => {
>
ARIA Working Group
</a>
. The W3C staff contact is Daniel Montalvo.
. The W3C staff contact is{' '}
<a href="mailto:[email protected]">
Daniel Montalvo
</a>
.
</em>
</p>
<p>
Expand Down

0 comments on commit d3ee46b

Please sign in to comment.