diff --git a/high_contrast.module b/high_contrast.module index 0f8866e..74870de 100644 --- a/high_contrast.module +++ b/high_contrast.module @@ -11,12 +11,12 @@ use Drupal\high_contrast\HighContrastTrait; /** * Location of the high_contrast.css folder. */ -const HIGH_CONTRAST_CSS_FOLDER = 'public://css/'; +const HIGH_CONTRAST_CSS_FOLDER = 'public://high_contrast/'; /** * Location of the high_contrast.css file. */ -const HIGH_CONTRAST_CSS_LOCATION = 'public://css/high_contrast.css'; +const HIGH_CONTRAST_CSS_LOCATION = 'public://high_contrast/high_contrast.css'; /** * Implements hook_library_info_build().