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 @@