We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 513cb28 commit a85de46Copy full SHA for a85de46
index.html
@@ -1,5 +1,5 @@
1
<!doctype html>
2
-<html lang="en" data-bs-theme="dark" style="background-color: #16191D">
+<html id="html" lang="en" data-bs-theme="dark" style="background-color: var(--bs-body)">
3
<head>
4
5
<title id="AppTitle">writea</title>
src/App.js
@@ -1,6 +1,7 @@
var Timestamp = Math.round(Date.now() / 240000)
document.addEventListener("DOMContentLoaded", (async () => {
// Register global variables
+ var html = document.getElementById("html")
var App = document.getElementById("App")
6
var AppTitle = document.getElementById("AppTitle")
7
var AppTheme = document.getElementById("AppTheme")
0 commit comments