Skip to content

Commit 513cb28

Browse files
committed
feat: prevent white screen flash
1 parent d9f42ad commit 513cb28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configuration/Configuration.example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ Connections:
99
GitHub: prplwtf
1010
YouTube:
1111
Bluesky: prpl.wtf
12-
Twitter: prplwtf
12+
Twitter:
1313

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!doctype html>
2-
<html lang="en" data-bs-theme="dark">
2+
<html lang="en" data-bs-theme="dark" style="background-color: #16191D">
33
<head>
44

55
<title id="AppTitle">writea</title>

0 commit comments

Comments
 (0)