update
This commit is contained in:
@@ -7,22 +7,12 @@
|
||||
<title> Admin Hura Pc </title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<script>
|
||||
try {
|
||||
const localStorageItem = localStorage.getItem("__NEXUS_CONFIG_v3.0__")
|
||||
if (localStorageItem) {
|
||||
const theme = JSON.parse(localStorageItem).theme
|
||||
if (theme !== "system") {
|
||||
document.documentElement.setAttribute("data-theme", theme)
|
||||
}
|
||||
}
|
||||
} catch (err) {
|
||||
console.log(err)
|
||||
}
|
||||
</script>
|
||||
<!-- lib hura css -->
|
||||
<link rel="stylesheet" href="{{ 'hura-lib.css' | asset_url }}" />
|
||||
|
||||
<!-- page-specific CSS -->
|
||||
{% include module_css/index %}
|
||||
|
||||
<link rel="stylesheet" href="{{'style.css' | asset_url}}">
|
||||
<link rel="stylesheet" href="{{'style_hura.css' | asset_url}}?{{ 'now' | date : '%Y-%m-%d.%H.%M.%S' }}">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user