From 32a7aca2556ff1cb9038755d8291e31e914fc16a Mon Sep 17 00:00:00 2001 From: webclubz Date: Wed, 13 May 2026 21:37:39 +0300 Subject: [PATCH] Styles1 --- app/views/about/index.md | 2 +- app/views/demo/blog-post.php | 2 +- public/css/style.css | 9 +++------ 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/app/views/about/index.md b/app/views/about/index.md index 4fa7fd7..9c6f485 100644 --- a/app/views/about/index.md +++ b/app/views/about/index.md @@ -65,4 +65,4 @@ This is a personal project shared for developers and people who understand how t Use it carefully, make backups, and review the code before using it in production. -**Enjoy building.** +**❤️ Enjoy building.** diff --git a/app/views/demo/blog-post.php b/app/views/demo/blog-post.php index 57a8dfa..47eb2e5 100644 --- a/app/views/demo/blog-post.php +++ b/app/views/demo/blog-post.php @@ -35,7 +35,7 @@ $data['metaDescription'] = 'A modern blog post page demo built as a PHP view in

Views

-

PHP and Markdown

+

PHP / Markdown

Design

diff --git a/public/css/style.css b/public/css/style.css index e715f81..1bd6366 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -718,9 +718,6 @@ .bg-gray-100 { background-color: var(--color-gray-100); } - .bg-gray-400 { - background-color: var(--color-gray-400); - } .bg-indigo-600 { background-color: var(--color-indigo-600); } @@ -736,6 +733,9 @@ .bg-slate-50 { background-color: var(--color-slate-50); } + .bg-slate-300 { + background-color: var(--color-slate-300); + } .bg-slate-950 { background-color: var(--color-slate-950); } @@ -815,9 +815,6 @@ .px-2 { padding-inline: calc(var(--spacing) * 2); } - .px-2\.5 { - padding-inline: calc(var(--spacing) * 2.5); - } .px-3 { padding-inline: calc(var(--spacing) * 3); }