Skip to content

Commit

Permalink
Dark mode accessibility (Netflix-Skunkworks#186)
Browse files Browse the repository at this point in the history
* [a11y] Increased the contrast on dark mode loader

* removed noscript tag, since that really can't happen
  • Loading branch information
rmcvey authored Dec 3, 2019
1 parent 5821b6f commit 1d51687
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
<title>Stethoscope</title>
</head>
<body style="-webkit-app-region: drag">
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div id="root"></div>
<!--
This HTML file is a template.
Expand Down
3 changes: 3 additions & 0 deletions src/Loader.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,7 @@
.loader:after {
background-color: #222;
}
.loader-wrapper {
color: white;
}
}

0 comments on commit 1d51687

Please sign in to comment.