The colors.css file lives in the theme, not the skin.
Another mistaken substitution that went unnoticed during testing
-- the OPAC looked so CLEAN!
Signed-off-by: Jeff Godin <jgodin@tadl.org>
<link type='text/css' rel='stylesheet' href='<!--#echo var="OILS_CSS_BASE"-->/mediumfont.css' />
<!-- Our colors -->
-<link type='text/css' rel="stylesheet" href="<!--#echo var='OILS_THEME_BASE'-->/tadl-legacy/css/colors.css" />
+<link type='text/css' rel="stylesheet" href="<!--#echo var='OILS_THEME_BASE'-->/tadl/css/colors.css" />
<!-- OpenSearch auto discovery -->