UNPKG

@newrelic/gatsby-theme-newrelic

Version:

[![Community Project header](https://github.com/newrelic/opensource-website/raw/master/src/images/categories/Community_Project.png)](https://opensource.newrelic.com/oss-category/#community-project)

30 lines (24 loc) 458 B
import { css } from '@emotion/react'; export default css` .namespace { opacity: 0.7; } .token { &.plain:empty { display: inline-block; } &.comment { color: var(--color-comment); } &.punctuation, &.operator { color: var(--code-console-text-highlight); } &.constant { color: var(--code-query-syntax-keyword); } &.string { color: var(--code-query-syntax-string); } } `;