diff --git a/code/DocumentationViewer.php b/code/DocumentationViewer.php index 49a801f..5a7820d 100755 --- a/code/DocumentationViewer.php +++ b/code/DocumentationViewer.php @@ -83,8 +83,8 @@ class DocumentationViewer extends Controller { // css Requirements::css('sapphiredocs/thirdparty/syntaxhighlighter/styles/shCore.css'); - Requirements::css('sapphiredocs/thirdparty/syntaxhighlighter/styles/shCoreDefault.css'); - Requirements::css('sapphiredocs/thirdparty/syntaxhighlighter/styles/shThemeRDark.css'); + Requirements::css('sapphiredocs/thirdparty/syntaxhighlighter/styles/shCoreEclipse.css'); + Requirements::css('sapphiredocs/thirdparty/syntaxhighlighter/styles/shThemeEclipse.css'); Requirements::customScript('jQuery(document).ready(function() {SyntaxHighlighter.all();});'); }