From 2c91387402f3ab4ef99ceedcbe72a541ffeaa852 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Sun, 28 Dec 2025 17:32:18 +0100 Subject: [PATCH] fix: text colors, prose styling, and cleaner header design --- 404.html | 4 +- _layouts/archive.html | 8 +- _layouts/default.html | 27 +++--- _layouts/page.html | 10 +-- _layouts/post.html | 18 ++-- about.html | 18 ++-- blog/index.html | 12 +-- css/input.css | 201 +++++++++++++++++++++++++++++++++++------- css/main.css | 2 +- download.html | 18 ++-- index.html | 67 +++++++------- languages.html | 10 +-- 12 files changed, 263 insertions(+), 132 deletions(-) diff --git a/404.html b/404.html index 4a0a42c..3e1ce9c 100644 --- a/404.html +++ b/404.html @@ -4,7 +4,7 @@ sitemap: false permalink: /404.html --- -
+
Oops! @@ -15,7 +15,7 @@

The page you're looking for doesn't exist or has been moved.

diff --git a/_layouts/archive.html b/_layouts/archive.html index da5b2cf..8ae7358 100644 --- a/_layouts/archive.html +++ b/_layouts/archive.html @@ -1,9 +1,9 @@ --- layout: default --- -
+
-

{{ page.title }}

+

{{ page.title }}

@@ -14,7 +14,7 @@

{{ page.title }}

{% for post in page.posts %}
  • - {{ post.title }} + {{ post.title }}

    @@ -26,7 +26,7 @@

    {% endfor %} {% else %} -

    No posts in this archive.

    +

    No posts in this archive.

    {% endif %}

  • diff --git a/_layouts/default.html b/_layouts/default.html index 0a9e8f6..e3871f8 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -3,8 +3,7 @@ - - + {% seo %} {% feed_meta %} @@ -14,27 +13,27 @@ - + -