Hearthforge
Sign in
Register
hearthforge
Code
Branches
Tags
Commits
Issues
Patches
Releases
Pipelines
hearthforge
/
public
/
assets
/
theme.js
theme.js
⎇
master
Go
Raw
1
(
function
(){
try
{
var
m
=
document.cookie.
match
(
/
(?:
^|
;)
\s
*
theme=(
[
^
;]
+
)
/
);
var
t
=
m
&&
m[
1
];
if
(t
===
'dark'
||
t
===
'light'
)document.documentElement.
setAttribute
(
'data-theme'
,t)}
catch
(e){}})()
2