// 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

.apache
  .tag
    color: #00c

  .tag-name
    color: #00f

  .tag-name
    font-weight: bold

@media (prefers-color-scheme: dark)

.syntax-theme-base
  .apache
    .tag
      color: lighten(#00c, 30%)

    .tag-name
      color: lighten(#00f, 30%)