diff --git a/bookface/bookface.css b/bookface/bookface.css index f74dba7..5ace7b6 100644 --- a/bookface/bookface.css +++ b/bookface/bookface.css @@ -2,7 +2,7 @@ /* Licence : AGPL Created on : 17.01.2025 - Author : Kristi H. @kmh@friendica.world> feb @feb@loma.ml> + Author : Kristi H. @kmh@friendica.world feb @feb@loma.ml */ ?> @@ -212,6 +212,10 @@ header #banner #logo-img, .navbar-brand #logo-img { border-bottom: 1px solid #e1e1e1; } +.btn { + border-radius: 10px; +} + .btn.btn-primary { background: #0866ff; color: #fff; diff --git a/bookface/bookface.php b/bookface/bookface.php index 3160d44..30aaba5 100644 --- a/bookface/bookface.php +++ b/bookface/bookface.php @@ -9,7 +9,7 @@ * Licence: AGPL * Author: Kristi H. @kmh@friendica.world> feb @feb@loma.ml> * Overwrites: nav_bg, nav_icon_color, link_color, background_color, background_image, contentbg_transp - * Accented: yes + * Accented: No */ require_once 'view/theme/frio/php/PHPColors/Color.php';