diff --git a/src/main/Main.coffee b/src/main/Main.coffee index 4c4780ba0..5f9499992 100644 --- a/src/main/Main.coffee +++ b/src/main/Main.coffee @@ -239,6 +239,7 @@ Main = if styleSheet.href is mainStyleSheet?.href style = styleSheet.title.toLowerCase().replace('new', '').trim().replace /\s+/g, '-' style = styleSheet.href.match(/[a-z]*(?=[^/]*$)/)[0] if style is '_special' + style = null unless style in ['yotsuba', 'yotsuba-b', 'futaba', 'burichan', 'photon', 'tomorrow', 'spooky'] break if style $.addClass doc, style