/* static/css/admin.css */

body {
  background-color: #f9f9ff;
}

.wagtail-logo {
  content: url("https://static.eucon.edu/wagtail/images/cropped-EUCON-University-LOGO300px.original.png");
  height: 32px;
}

button.button {
  border-radius: 6px;
  background-color: #3450a1;
}
