Default to dark theme to avoid screen flashing and fix typo

This commit is contained in:
Lonami Exo
2018-12-21 10:56:40 +01:00
parent e852dccebf
commit b9d4eb5449
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Telethon API</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link id="style" href="css/docs.light.css" rel="stylesheet">
<link id="style" href="css/docs.dark.css" rel="stylesheet">
<script>
(function () {
var style = document.getElementById('style');