/** 
 * @file 
 * Default styles for the 'Medicines Information Centre' (1289) subsite theme 
 * 
 * Note: Do not modify this file as it will be overwritten. 
 * 
 * To add custom CSS and/or more custom properties, use libraries-extend 
 * from your theme, to extend: uct_themer/subsite_theme_1289 
 */ 

body {
  --uct-color--copy--primary--nav--hover: #ffffff;
  --uct-color--copy--primary--nav--hover--light: #ffffff;
  --uct-color--copy--primary--nav--hover--dark: #e6e6e6;

  --uct-color--bg--nav--hover: #6699ff;
  --uct-color--bg--nav--hover--light: #70a8ff;
  --uct-color--bg--nav--hover--dark: #5c8ae6;

}

