diff --git a/aleksis/core/util/sass_helpers.py b/aleksis/core/util/sass_helpers.py
index bdef462451f6e5aad380b87353e4b7a2d708b52e..11c5608a5597057d5f3ae9d8d2bfaf2edd9985b6 100644
--- a/aleksis/core/util/sass_helpers.py
+++ b/aleksis/core/util/sass_helpers.py
@@ -3,7 +3,7 @@ from django.conf import settings
 from colour import web2hex
 from sass import SassColor
 
-from .util.core_helpers import get_site_preferences
+from .core_helpers import get_site_preferences
 
 def get_colour(html_colour: str) -> SassColor:
     rgb = web2hex(html_colour, force_long=True)[1:]