123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154 |
- .hljs-tag {
- color: #64748b;
- }
- .hljs-name,
- .hljs-attr {
- color: #cbd5e1;
- }
- .hljs-name,
- .hljs-keyword,
- .hljs-selector-class,
- .hljs-selector-tag,
- .hljs-selector-id {
- color: #f472b6;
- }
- .hljs-string,
- .hljs-attribute {
- color: #7dd3fc;
- }
- .hljs-comment {
- color: $color-muted-light;
- }
- .hljs-title {
- color: #fce77d;
- }
- .hljs-literal {
- color: #f5871f;
- }
- .hljs-regexp {
- color: #f47272;
- }
- .hljs-number {
- color: #99f6e4;
- }
- //.highlight {
- // display: block;
- // white-space: pre-wrap;
- // overflow: auto;
- // border-radius: $border-radius-xl;
- // position: relative;
- // color: #f8f8f2;
- // font-size: $font-size-h6;
- // line-height: 1.5;
- // tab-size: 4;
- // background: $color-dark;
- //
- // pre {
- // margin: 0;
- // }
- //
- // @include media-breakpoint-up(lg) {
- // font-size: $font-size-h5;
- // }
- //
- // .token.cdata,.token.comment,.token.doctype,.token.prolog {
- // color: #636f88
- // }
- //
- // .token.punctuation {
- // color: #81a1c1
- // }
- //
- // .namespace {
- // opacity: .7
- // }
- //
- // .token.constant,.token.deleted,.token.property,.token.symbol,.token.tag {
- // color: #81a1c1
- // }
- //
- // .token.number {
- // color: #b48ead
- // }
- //
- // .token.boolean {
- // color: #81a1c1
- // }
- //
- // .token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string {
- // color: #a3be8c
- // }
- //
- // .language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url,.token.variable {
- // color: #81a1c1
- // }
- //
- // .token.atrule,.token.attr-value,.token.class-name,.token.function {
- // color: #88c0d0
- // }
- //
- // .token.keyword {
- // color: #81a1c1
- // }
- //
- // .token.important,.token.regex {
- // color: #ebcb8b
- // }
- //
- // .token.bold,.token.important {
- // font-weight: 700
- // }
- //
- // .token.italic {
- // font-style: italic
- // }
- //
- // .token.entity {
- // cursor: help
- // }
- //
- // &[data-language]::after {
- // content: attr(data-language);
- // position: absolute;
- // top: 1rem;
- // right: 1rem;
- // line-height: 1;
- // color: $color-muted;
- // text-transform: uppercase;
- // font-size: $font-size-h6;
- // border-radius: 0 0 $border-radius $border-radius;
- // display: block;
- // }
- //
- // pre[class*=language-] {
- // margin: 0;
- // overflow: auto;
- // border-radius: var(--large-border-radius);
- // padding: 2rem;
- // tab-size: inherit;
- // font-size: inherit;
- // }
- //
- // code {
- // font-size: inherit;
- // }
- //}
- //
- //.highlight-readonly {
- // user-select: none;
- // pointer-events: none;
- //
- // pre {
- // overflow: hidden;
- // }
- //}
- //*/
|