From eda6a2d001480fd57efb08f8ed3e9cf1e3fda204 Mon Sep 17 00:00:00 2001 From: zapashcanon Date: Tue, 6 Dec 2022 00:25:44 +0100 Subject: [PATCH] update style --- src/content/assets/css/style.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/content/assets/css/style.css b/src/content/assets/css/style.css index ac08288..7d7808b 100644 --- a/src/content/assets/css/style.css +++ b/src/content/assets/css/style.css @@ -5,13 +5,17 @@ html { body { height: 100%; padding-top: 0rem; - color: #5a5a5a; - background-color: #e8eaf6; + color: #af8e6c; + background-color: #2f341f; line-height: 1.6; font-size: 18px; } -#page-title { +a { + color: #ec44ee +} + +h1 { text-align: center; }