From 4401edf38b99696f9de5c9ceb2b2ee40bc8c5ec9 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Sat, 23 Aug 2025 00:31:42 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=BF=EF=B8=8F=20=F0=9F=90=9B=20Improve=20n?= =?UTF-8?q?avigation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bl-themes/defaultTheme/css/style.css | 5 +++++ bl-themes/defaultTheme/php/page.php | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/bl-themes/defaultTheme/css/style.css b/bl-themes/defaultTheme/css/style.css index 77c1fd90..c72d5cae 100755 --- a/bl-themes/defaultTheme/css/style.css +++ b/bl-themes/defaultTheme/css/style.css @@ -48,6 +48,7 @@ header#main-header { padding:8px; a { color:white!important; + outline-color: white; border-radius: var(--border-radius); padding:8px; } @@ -184,6 +185,10 @@ article { margin: 0 0 1rem 0 } +.no-margin { + margin: 0; +} + p:last-child { margin-bottom: 0 } diff --git a/bl-themes/defaultTheme/php/page.php b/bl-themes/defaultTheme/php/page.php index 6c0cce89..fa23a8db 100644 --- a/bl-themes/defaultTheme/php/page.php +++ b/bl-themes/defaultTheme/php/page.php @@ -49,11 +49,11 @@