/* custom.css */

.red-ui-header{
  background-color: #007bff;
}
/* Change the background color of the title bar */
.editor-header {
    background-color: #007bff;
  }
  
  /* Change the font size of the title text */
  .editor-header h1 {
    font-size: 24px;
    color: white; /* Optional: Change the text color */
  }
  