diff --git a/css.js b/css.js
index 16ce766..304400e 100755
--- a/css.js
+++ b/css.js
@@ -61,7 +61,7 @@ window.styler = {
             
             //limit to just theme css if necessary
             if(Drupal.settings.live_css.hidemodules){
-                if(!title.match(/sites\/all\/themes\//))
+                if(!title.match(/sites\/[A-Za-z0-9.]+\/themes\//))
                     return;
             }
             
