diff --git a/PlayWall/src/main/resources/style/components/notification-pane.css b/PlayWall/src/main/resources/style/components/notification-pane.css
index af8bae15a7c898672f0fa7dda92077c4eb1c0b15..2478b914fd1a40c8d020901730e448619104dde9 100644
--- a/PlayWall/src/main/resources/style/components/notification-pane.css
+++ b/PlayWall/src/main/resources/style/components/notification-pane.css
@@ -1,13 +1,16 @@
 .notification-pane {
-	-fx-background-color: #282828;
+	-fx-background-color: rgb(29, 56, 87);
 }
 
 .notification-pane.top .notification-bar > .pane {
-	-fx-background-color: #282828;
+	-fx-background-color: rgb(29, 56, 87);
 	-fx-effect: none;
+	-fx-border-width: 0 0 2px 0;
+	-fx-border-color: rgb(85, 85, 85);
 }
 
 .notification-pane .notification-bar > .pane .label {
+	-fx-padding: 0 0 0 14px;
 	-fx-text-fill: #CCCCCC;
 }