diff --git a/modules/discopower/templates/disco.tpl.php b/modules/discopower/templates/disco.tpl.php
index 1c8ce94546dfb9bdefb7a6f536c25589a7ab353c..e6fef05072fc59b30ba318b9b316f3a6004c494b 100644
--- a/modules/discopower/templates/disco.tpl.php
+++ b/modules/discopower/templates/disco.tpl.php
@@ -4,7 +4,7 @@ $this->data['header'] = $this->t('selectidp');
 $this->data['jquery'] = ['core' => true, 'ui' => true, 'css' => true];
 
 $this->data['head'] = '<link rel="stylesheet" media="screen" type="text/css" href="'.
-    SimpleSAML\Module::getModuleURL('discopower/assets/css/style.css').'" />';
+    SimpleSAML\Module::getModuleURL('discopower/assets/css/disco.css').'" />';
 
 $this->data['post'] = '<script type="text/javascript" src="'.
     SimpleSAML\Module::getModuleURL('discopower/assets/js/jquery.livesearch.js').'"></script>';