Skip to content

Commit

Permalink
fix parenthesis (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
lorypelli authored Feb 21, 2024
1 parent e7bed10 commit 30dfbee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function loadCss() {
const css = document.createElement('style')
css.innerHTML = `
/* Prevent inconsistencies for positioning */
.nightowl-light body{
.nightowl-light body {
filter: invert(0%);
}
Expand Down

0 comments on commit 30dfbee

Please sign in to comment.