Skip to content

Commit

Permalink
remove unnecessary default
Browse files Browse the repository at this point in the history
  • Loading branch information
junghoocho authored and antonmedv committed Jun 17, 2020
1 parent fb6b283 commit 72af82f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linenumbers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function init(editor: HTMLElement, opts: Options): HTMLElement {
lineNumbers.style.bottom = "0px"
lineNumbers.style.width = opts.width
lineNumbers.style.overflow = "hidden"
lineNumbers.style.backgroundColor = opts.backgroundColor || "rgba(255, 255, 255, 0.05)"
lineNumbers.style.backgroundColor = opts.backgroundColor
lineNumbers.style.color = opts.color || css.color
lineNumbers.style.setProperty("mix-blend-mode", "difference")

Expand Down

0 comments on commit 72af82f

Please sign in to comment.