diff --git a/website/_sass/custom/custom.scss b/website/_sass/custom/custom.scss index fc3d8c2e59c01..6c4a6c3ee4256 100644 --- a/website/_sass/custom/custom.scss +++ b/website/_sass/custom/custom.scss @@ -25,16 +25,23 @@ } } +.site-footer { + color: #57606a; +} + +// Comments in code. .highlight .c { color: #57606a; } +// Misc syntax in code. .highlight .nb, .highlight .nt, .highlight .nv { color: #a36000; } -.site-footer { - color: #57606a; +// Strings in code. +.highlight .s2 { + color: #3f7f3f; }