diff --git a/bl-kernel/admin/themes/booty/css/bludit.css b/bl-kernel/admin/themes/booty/css/bludit.css
index d4074eca..9e8c5cba 100644
--- a/bl-kernel/admin/themes/booty/css/bludit.css
+++ b/bl-kernel/admin/themes/booty/css/bludit.css
@@ -81,6 +81,18 @@ code {
cursor: pointer;
}
+.modal-body {
+ padding: 2rem;
+}
+
+.modal-footer {
+ background-color: rgb(247, 247, 247);
+}
+
+.modal-dialog .btn-link {
+ color: #000;
+}
+
/*
LOGIN
*/
@@ -166,11 +178,13 @@ body.login {
.alert-success {
background-color: #4586d4;
+ border-left: 6px solid #abd1ff;
color: #ffffff;
}
.alert-danger {
background-color: #d44545;
+ border-left: 6px solid #ff9c9c;
color: #ffffff;
}
@@ -324,4 +338,5 @@ img.profilePicture {
width: 30px;
border-radius: 30px;
border: 1px solid #ccc;
-}
\ No newline at end of file
+}
+
diff --git a/bl-kernel/admin/themes/booty/init.php b/bl-kernel/admin/themes/booty/init.php
index 684c3770..9ef973f1 100644
--- a/bl-kernel/admin/themes/booty/init.php
+++ b/bl-kernel/admin/themes/booty/init.php
@@ -24,8 +24,8 @@ return <<