diff --git a/content/liberator.js b/content/liberator.js index a4eaaa50..a8fed8ea 100644 --- a/content/liberator.js +++ b/content/liberator.js @@ -660,7 +660,6 @@ const liberator = (function () //{{{ dumpStack: function (msg) { - //liberator.dump((msg || "") + (new Error()).stack.replace(/.*\n/, "")); liberator.dump((msg || "") + (new Error()).stack); }, diff --git a/content/style.js b/content/style.js index 7f1f3771..aa02f2df 100644 --- a/content/style.js +++ b/content/style.js @@ -43,7 +43,7 @@ function Highlights(name, store, serial) Tag color: blue; LineNr color: orange; background: white; - Question color: green; background: white; + Question color: green; background: white; font-weight; bold; StatusLine color: white; background: black; StatusLineBroken color: black; background: #FF6060; /* light-red */