<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** 
 * @file 
 * Default styles for the 'UCT Students' (15) 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_15 
 */ 

body {
  --uct-color--copy: #0f0f0f;
  --uct-color--copy--light: #111111;
  --uct-color--copy--dark: #0e0e0e;

  --uct-color--secondary: #0099ff;
  --uct-color--secondary--light: #00a8ff;
  --uct-color--secondary--dark: #008ae6;

  --uct-color--primary: #005590;
  --uct-color--primary--light: #005e9e;
  --uct-color--primary--dark: #004d82;

  --uct-color--link: #1386b6;
  --uct-color--link--light: #1593c8;
  --uct-color--link--dark: #1179a4;

  --uct-color--highlight: #005590;
  --uct-color--highlight--light: #005e9e;
  --uct-color--highlight--dark: #004d82;

}

</pre></body></html>