Resolved! Is there a way to store a stylesheet file or text in ServiceNow so that I can include it on KBAs?
I already know I can include external stylesheets via code directly like any other html page:<link href="http://www.someexternalplace.css" rel="stylesheet" type="text/css"></link>But where can I store the actual style sheets in ServiceNow? I can stor...

