update 2022-12-20 20:15:29

This commit is contained in:
github-actions[bot]
2022-12-20 20:15:29 +08:00
parent f9d4675faa
commit 5fc8c8d62f

View File

@ -88,7 +88,7 @@
<meta name="theme-color" content="<%=bar_color%>">
<link rel="stylesheet" href="<%=media%>/css/cascade.css<%# ?v=PKG_VERSION %>">
<style title="text/css">
<% if mode == 'normal' then %>
<% if mode ~= 'dark' then %>
@media (prefers-color-scheme: dark) {
<%=dark_css%>
}