diff --git a/humbug/settings.py b/humbug/settings.py index 298057f206..9eb037cae9 100644 --- a/humbug/settings.py +++ b/humbug/settings.py @@ -270,7 +270,7 @@ PIPELINE_CSS = { 'source_filenames': ( 'third/bootstrap-notify/css/bootstrap-notify.css', 'third/spectrum/spectrum.css', - 'styles/zephyr.css', + 'styles/zulip.css', 'styles/pygments.css', 'styles/thirdparty-fonts.css', # We don't want fonts.css on QtWebKit, so its omitted here @@ -281,7 +281,7 @@ PIPELINE_CSS = { 'source_filenames': ( 'third/bootstrap-notify/css/bootstrap-notify.css', 'third/spectrum/spectrum.css', - 'styles/zephyr.css', + 'styles/zulip.css', 'styles/pygments.css', 'styles/thirdparty-fonts.css', 'styles/fonts.css', diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zulip.css similarity index 100% rename from zephyr/static/styles/zephyr.css rename to zephyr/static/styles/zulip.css