diff --git a/www/html/_assets/themes/default/header.css b/www/html/_assets/themes/default/header.css
index bdfebdd..f5e2d24 100644
--- a/www/html/_assets/themes/default/header.css
+++ b/www/html/_assets/themes/default/header.css
@@ -10,6 +10,12 @@
padding:4px;
align-content: center;
align-items:center;
- background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
+ background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
}
+.dialog-title {
+ background-image: linear-gradient(to top, #cfd9df 50%, #e2ebf0 50%);
+
+ font-weight:bold;
+ color:#000000;
+}
\ No newline at end of file