diff --git a/index.js b/index.js index 211b14f2..f9c49660 100644 --- a/index.js +++ b/index.js @@ -644,7 +644,7 @@ Ox.load(function() { app.$ui.panel.select(app.user.page); } if (url.item) { - app.$ui[url.page] && app.$ui[url.page].options({selected: url.item}); + app.$ui[url.page].options({selected: url.item}); } if (!app.user.page || !app.user.previousPage) { app.animate(); diff --git a/source/Ox.UI/themes/classic/json/classic.json b/source/Ox.UI/themes/classic/json/classic.json index 4adde4da..6a50037d 100644 --- a/source/Ox.UI/themes/classic/json/classic.json +++ b/source/Ox.UI/themes/classic/json/classic.json @@ -1,7 +1,7 @@ { "color": { - "failed": [128, 0, 0], - "passed": [0, 128, 0] + "failed": [160, 0, 0], + "passed": [0, 160, 0] }, "lightness": { "background": 0.75,