Skip to content

Commit

Permalink
Fix broken reader
Browse files Browse the repository at this point in the history
  • Loading branch information
1over137 committed Mar 23, 2024
1 parent 4e8441f commit b0a3490
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vocabsieve/reader/static/reader.js
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,7 @@ App.prototype.applyTheme = function () {
fs: this.getChipActive("font-size"),
lh: this.getChipActive("line-spacing"),
ta: "justify",
m: this.getChipActive("margin"),
ul: this.getChipActive("underline-color")
m: this.getChipActive("margin")
};

var c = theme.bg.substring(1); // strip #
Expand Down

0 comments on commit b0a3490

Please sign in to comment.