summaryrefslogtreecommitdiff
path: root/templates/page.html
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
commitfec6cf9bc9fe0174903ddddb68f86ccf70870511 (patch)
treef75adaee14525a592806ee349f97c92a5fe25347 /templates/page.html
parentf5a0e291ca009efa5ad4f617fe4a4b68590e96d3 (diff)
added bgcolor property to body
Diffstat (limited to 'templates/page.html')
-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>