Skip to content

Commit

Permalink
Merge pull request #35 from RbAvci/RB/Check_and_improve_accessibility…
Browse files Browse the repository at this point in the history
…_with_lighthouse

NW6 | Rabia Avci | Full-Stack-Project | Week-2 | Check and improve accessibility with lighthouse
  • Loading branch information
RbAvci authored May 26, 2024
2 parents 9151072 + 5325b76 commit 10e6042
Show file tree
Hide file tree
Showing 2 changed files with 14,041 additions and 0 deletions.
6 changes: 6 additions & 0 deletions client/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,9 @@ h1 {
body {
background-image: url("https://www.transparenttextures.com/patterns/cubes.png");
}

button:focus,
input:focus,
a:focus {
background-color: #fdc731;
}
Loading

0 comments on commit 10e6042

Please sign in to comment.