// This file is part of the “jQuery.Syntax” project, and is distributed under the MIT License. // Copyright © 2011 Samuel G. D. Williams. <www.oriontransfer.co.nz> // See <jquery.syntax.js> for licensing details.

.syntax-theme-base

.preprocessor
  color: #63381f

@media (prefers-color-scheme: dark)

.syntax-theme-base
  .preprocessor
    color: lighten(#63381f, 30%)