/* Custom Theme for GitLab */

/* Test change: Make the background slightly off-white/bluish to verify injection */
/*
body {
  background-color: #f0f2f5 !important;
}
*/

/* Customize the top navigation bar */
/*
header.navbar-gitlab {
  background-color: #30353e !important;
  border-bottom: 2px solid #e24329 !important; 
}
*/

/* Login page specific customization */
/*
.login-page {
  background: linear-gradient(135deg, #18243c 0%, #2f2a41 100%) !important;
}

.login-page .card {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}
*/
