Update template.ejs

This commit is contained in:
bihlink 2022-07-05 21:18:26 +02:00 committed by GitHub
parent acc651f1a1
commit 92bbb40875
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<link rel="stylesheet" href="/light.css"></link>
<% } else if (opts.theme && opts.theme.toLowerCase() == 'auto'){ %>
<link rel="stylesheet" href="/auto.css"></link>
<% } else { %>
<% } else if (opts.theme && opts.theme.toLowerCase() == 'dark'){ %>
<link rel="stylesheet" href="/dark.css"></link>
<% } else { %>
<link rel="stylesheet" href="/modern-light.css"></link>