From 74e4b59a31d39149f5543b9c299e5bbf681ab0dc Mon Sep 17 00:00:00 2001 From: Dome Date: Sun, 3 May 2026 01:15:34 +0200 Subject: [PATCH 1/2] Update style.css --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index a1e6637..d17fde8 100644 --- a/style.css +++ b/style.css @@ -5,7 +5,7 @@ Author: Zeitfresser Author URI: https://ztfr.eu/ Theme URI: https://ztfr.eu/ Description: Zeitfresser Wordpress Theme -Version: 2.6 +Version: 2.7 Tested up to: 6.2 Requires PHP: 7.0 License: GNU General Public License v2 or later From db3292559809eee8f24b271a2e2afec272c20c60 Mon Sep 17 00:00:00 2001 From: Dome Date: Sun, 3 May 2026 09:27:07 +0200 Subject: [PATCH 2/2] design tweaking to align certain elements --- style.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index a1e6637..d62ea12 100644 --- a/style.css +++ b/style.css @@ -5,7 +5,7 @@ Author: Zeitfresser Author URI: https://ztfr.eu/ Theme URI: https://ztfr.eu/ Description: Zeitfresser Wordpress Theme -Version: 2.6 +Version: 2.7 Tested up to: 6.2 Requires PHP: 7.0 License: GNU General Public License v2 or later @@ -319,7 +319,7 @@ textarea { border: 1px solid rgba(248, 248, 242, 0.08); padding: 1rem; - margin-bottom: 2rem; + margin-bottom: 1rem; } .widget ul li { @@ -1161,6 +1161,10 @@ header.site-header .social-links svg:hover { .custom-box { background-color: var(--footer-color); + + border-radius: 0; + border: 1px solid rgba(248, 248, 242, 0.08); + padding: 0.1rem 1rem; margin: 1rem 0; } @@ -1700,6 +1704,10 @@ header.page-header h1 { .comment-list .comment { background-color: var(--footer-color); color: var(--light-color); + + border-radius: 0; + border: 1px solid rgba(248, 248, 242, 0.08); + padding: 20px; margin-bottom: 15px; border-left: 4px solid var(--hover-color);