summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-01-15 21:36:06 +0300
committerAndrew Dolgov <[email protected]>2020-01-15 21:36:06 +0300
commita298797c61be0324370d3790ec56a26cbec2e244 (patch)
tree65d48375a71a89a0f862a0b6756a601645988cf0 /index.php
parent235438373af4c2a0149257de0896c722a167285a (diff)
default to dark theme on index to prevent white flashes
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 3211dd0..c6c5306 100644
--- a/index.php
+++ b/index.php
@@ -51,7 +51,7 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="lib/bootstrap/v3/css/bootstrap.min.css" rel="stylesheet" media="screen">
- <link id="theme_css" href="lib/bootstrap/v3/css/bootstrap-theme.min.css" rel="stylesheet" media="screen">
+ <link id="theme_css" href="lib/bootstrap/v3/css/theme-dark.min.css" rel="stylesheet" media="screen">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script src="lib/bootstrap/v3/js/jquery.js"></script>
<script src="lib/bootstrap/v3/js/bootstrap.min.js"></script>