/* Small visual tweaks to approximate previous Jazzmin feel */

/* Header branding */
#header, #header h1#site-name a {
  color: #2c3e50;
}

/* Make the site title slightly larger */
#site-name a {
  font-size: 20px;
  font-weight: 700;
}

/* Slight background for the sidebar */
#header, .module, .dashboard-module {
  background: #f7f9fb;
}

/* Buttons color similar to previous theme */
a.button, input[type=submit], .button {
  background-color: #79aec8;
  color: white;
  border-radius: 4px;
}

/* Table headers more muted */
.table th {
  background: #f0f4f7;
}
