So I know that it is possible to set all of the System pages to use a certain CSS file in SharePoint but I am trying to apply the CSS to only a select few of the system pages. All of the other System pages I would like t use the default SharePoint CSS and then all of the normal site pages are using my custom CSS.
I know generally I need an if statement checking to see of the URL matches something and if that is the case it will apply the CSS but I am unsure as to how I need to write this exactly. Any help or links to help would be much appreciated.