switch default theme to dark in index.html

This commit is contained in:
Chris Cromer 2023-01-22 21:15:06 -03:00
parent aa4448d2cc
commit 76f8e1421e
Signed by: cromer
GPG Key ID: FA91071797BEEEC2
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Alai</title>
<link id="theme-css" rel="stylesheet" type="text/css" href="/themes/lara-light-indigo/theme.css">
<link id="theme-css" rel="stylesheet" type="text/css" href="/themes/lara-dark-blue/theme.css">
</head>
<body>