As I read the manual for customizing the CAS User Interface it refers to customizing files in the following location:
src/main/resources/static/css/
The installed and unzipped cas-maven-overlay that I am working with does not include this src directory tree. Am I supposed to create this directory structure and add only the files that I want to override?
John Wynstra