/** 
 * @file 
 * Default styles for the 'History Access' (1387) 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_1387 
 */ 

body {
  --uct-color--bg--nav--hover: #ba0804;
  --uct-color--bg--nav--hover--light: #cd0904;
  --uct-color--bg--nav--hover--dark: #a70704;

  --uct-color--highlight: #ba0804;
  --uct-color--highlight--light: #cd0904;
  --uct-color--highlight--dark: #a70704;

}

