(function(){$.fn.eBirimLinkList=function(n){var n=$.extend({textColor:"#13183E",okColor:"#CE0000"},n);return this.each(function(){n.modulid="#"+$(this).attr("id");var t=document.styleSheets[document.styleSheets.length-1],i=t.cssRules;t.insertRule(n.modulid+" .shortcut-card .title { color:"+n.textColor+";}",i.length);t.insertRule(n.modulid+" .shortcut-card a { color:"+n.textColor+";}",i.length);t.insertRule(n.modulid+" .shortcut-card a:after { color:"+n.textColor+";}",i.length);t.insertRule(n.modulid+" .shortcut-links .shortcut-card .title:after { color:"+n.okColor+";}",i.length)})}})(jQuery)