Skip to content

Commit

Permalink
Actually remove inline style for better dark mode support
Browse files Browse the repository at this point in the history
  • Loading branch information
ebraminio committed Jun 8, 2024
1 parent e5748df commit 5d1f75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@
'function upload(files) {',
' document.body.innerHTML += "<pre id=\'over\' style=\'top: 0; right: 0; ' +
'width: 100%; height: 100%; opacity: .9; position: absolute; margin: 0; ' +
'background-color: white; text-align: center; padding-top: 10em;' +
'text-align: center; padding-top: 10em;' +
'\'>Uploading&hellip;<br>' +
'<div style=\'margin: 0 auto; width: 200px; background-color: #DDD\'>' +
'<div id=\'bar\' style=\'height: 30px; background-color: #4CAF50\'>' +
Expand Down

0 comments on commit 5d1f75e

Please sign in to comment.