summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-05-02 12:57:32 +0100
committerdavidovski <david@davidovski.xyz>2022-05-02 12:57:32 +0100
commitcc4cce122132851375675f5d46422b5b466195b6 (patch)
treef75adaee14525a592806ee349f97c92a5fe25347
parentfc28570e5d991eabe67b749d487191fe5e167229 (diff)
added bgcolor property to body
-rw-r--r--templates/page.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/page.html b/templates/page.html
index 18c74be..86b68f9 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -6,8 +6,8 @@
<link rel="stylesheet" href="/style.css">
<title>davidovski.xyz</title>
</head>
- <body>
- <div class="main">
+ <body bgcolor="#f58f44">
+ <div class="main" bgcolor="#191919" text="#f58f44">
<div class="header">
<a href="https://davidovski.xyz/"<h1 class="title">davidovski.xyz</h1></a>
<hr>