
/* $Id: imapsync_form.css,v 1.9 2020/06/15 11:55:50 gilles Exp gilles $ */

/* Minimal custom CSS - using Bootstrap classes where possible */
body {
  background-color: #eeffff;
}

/* Account background colors - using inline styles in HTML instead would be better,
   but keeping here for now to maintain existing color scheme */
#account1 {
  background-color: RoyalBlue;
}

#account2 {
  background-color: DarkTurquoise;
}

