forked from e621ng/e621ng
Revert "change default theme from hexagon (blue) to phonon (black)"
This reverts commit b8d3dc6824
.
This commit is contained in:
parent
65c7fcc480
commit
8311a73acb
@ -30,7 +30,7 @@ $(function () {
|
||||
});
|
||||
|
||||
{
|
||||
let theme = LStorage.get("theme") || "phonon";
|
||||
let theme = LStorage.get("theme") || "hexagon";
|
||||
$("body").attr("data-th-main", theme);
|
||||
$("#theme-switcher").val(theme);
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
<%= javascript_tag nonce: true do -%>
|
||||
(function() {
|
||||
try {
|
||||
var theme = localStorage.getItem('theme') || 'phonon';
|
||||
var theme = localStorage.getItem('theme') || 'hexagon';
|
||||
var extra = localStorage.getItem('theme-extra') || 'hexagon';
|
||||
var palette = localStorage.getItem('theme-palette') || 'default';
|
||||
var nav = localStorage.getItem('theme-nav') || 'top';
|
||||
|
Loading…
Reference in New Issue
Block a user