0
0
Fork 0

Update index for theme updating

This commit is contained in:
Oliver-Akins 2020-10-30 20:23:25 -06:00
parent adcf7fcc9f
commit fe72087c33

View file

@ -23,6 +23,12 @@
<!-- Stylesheets -->
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@800&display=swap" rel="stylesheet">
<link href="" id="theme" rel="stylesheet">
<script>
var theme = localStorage.getItem(`tl-theme`) || `dark`;
document.getElementById(`theme`).href = '/static/css/theme/' + theme + '.css';
</script>
</head>
<body>
<noscript>