Skip to content

Commit

Permalink
fix: bg color on themes
Browse files Browse the repository at this point in the history
meow
  • Loading branch information
prplwtf committed Nov 22, 2024
1 parent 513cb28 commit a85de46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html>
<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)">
<head>

<title id="AppTitle">writea</title>
Expand Down
1 change: 1 addition & 0 deletions src/App.js
Original file line number Diff line number Diff line change
@@ -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")
var AppTitle = document.getElementById("AppTitle")
var AppTheme = document.getElementById("AppTheme")
Expand Down

0 comments on commit a85de46

Please sign in to comment.