mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 09:05:56 +00:00
MINOR Changed syntax highlighting theme to a lighter one
This commit is contained in:
parent
f9a2306875
commit
59c9762dc0
@ -83,8 +83,8 @@ class DocumentationViewer extends Controller {
|
|||||||
|
|
||||||
// css
|
// css
|
||||||
Requirements::css('sapphiredocs/thirdparty/syntaxhighlighter/styles/shCore.css');
|
Requirements::css('sapphiredocs/thirdparty/syntaxhighlighter/styles/shCore.css');
|
||||||
Requirements::css('sapphiredocs/thirdparty/syntaxhighlighter/styles/shCoreDefault.css');
|
Requirements::css('sapphiredocs/thirdparty/syntaxhighlighter/styles/shCoreEclipse.css');
|
||||||
Requirements::css('sapphiredocs/thirdparty/syntaxhighlighter/styles/shThemeRDark.css');
|
Requirements::css('sapphiredocs/thirdparty/syntaxhighlighter/styles/shThemeEclipse.css');
|
||||||
|
|
||||||
Requirements::customScript('jQuery(document).ready(function() {SyntaxHighlighter.all();});');
|
Requirements::customScript('jQuery(document).ready(function() {SyntaxHighlighter.all();});');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user