From ad5f5bae47a1042df597efdba2d00e30bbef2c55 Mon Sep 17 00:00:00 2001 From: YourWishes Date: Thu, 2 Sep 2021 01:16:55 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20YourWish?= =?UTF-8?q?es/domsPlace@ad86009756c84a8881686f65ae3878ef7d24c4e2=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 6 ++++-- privacy.html | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index ca7294f..2cb0943 100644 --- a/index.html +++ b/index.html @@ -24,9 +24,11 @@ html,body { margin: 0; padding: 0; font-size: 16px; + line-height: 1.6; + background: #000; - color: #FFF; - font-family: monospace; + color: #DDD; + font-family: Arial, Helvetica, sans-serif; } a { diff --git a/privacy.html b/privacy.html index cfb2907..d4e1964 100644 --- a/privacy.html +++ b/privacy.html @@ -24,9 +24,11 @@ html,body { margin: 0; padding: 0; font-size: 16px; + line-height: 1.6; + background: #000; - color: #FFF; - font-family: monospace; + color: #DDD; + font-family: Arial, Helvetica, sans-serif; } a {