Commit eee2ed27 authored by minseok.park's avatar minseok.park

upsate highlight.css (remove empty line)

parent fa2bb258
/*! Adapted from the GitHub style by Vasily Polovnyov <vast@whiteants.net> */
/* .hljs-comment, /* .hljs-comment,
.hljs-quote { .hljs-quote {
color: #998; color: #998;
...@@ -83,115 +84,6 @@ ...@@ -83,115 +84,6 @@
.hljs-strong { .hljs-strong {
font-weight: var(--monospace-font-weight-bold); font-weight: var(--monospace-font-weight-bold);
} */ } */
/* theme:default */
/* ! Adapted from the GitHub style by Vasily Polovnyov <vast@whiteants.net>
.hljs-comment,
.hljs-quote {
color: #998;
font-style: italic;
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-subst {
color: #333;
font-weight: var(--monospace-font-weight-bold);
}
.hljs-number,
.hljs-literal,
.hljs-variable,
.hljs-template-variable,
.hljs-tag .hljs-attr {
color: #008080;
}
.hljs-string,
.hljs-doctag {
color: #d14;
}
.hljs-title,
.hljs-section,
.hljs-selector-id {
color: #900;
font-weight: var(--monospace-font-weight-bold);
}
.hljs-subst {
font-weight: normal;
}
.hljs-type,
.hljs-class .hljs-title {
color: #458;
font-weight: var(--monospace-font-weight-bold);
}
.hljs-tag,
.hljs-name,
.hljs-attribute {
color: #000080;
font-weight: normal;
}
.hljs-regexp,
.hljs-link {
color: #009926;
}
.hljs-symbol,
.hljs-bullet {
color: #990073;
}
.hljs-built_in,
.hljs-builtin-name {
color: #0086b3;
}
.hljs-meta {
color: #999;
font-weight: var(--monospace-font-weight-bold);
}
.hljs-deletion {
background: #fdd;
}
.hljs-addition {
background: #dfd;
}
.hljs-emphasis {
font-style: italic;
}
.hljs-strong {
font-weight: var(--monospace-font-weight-bold);
} */
/*
Atom One Dark by Daniel Gamage
Original One Dark Syntax theme from https://github.com/atom/one-dark-syntax
base: #282c34
mono-1: #abb2bf
mono-2: #818896
mono-3: #5c6370
hue-1: #56b6c2
hue-2: #61aeee
hue-3: #c678dd
hue-4: #98c379
hue-5: #e06c75
hue-5-2: #be5046
hue-6: #d19a66
hue-6-2: #e6c07b
*/
.hljs { .hljs {
color: #abb2bf; color: #abb2bf;
background: #282c34 !important; background: #282c34 !important;
...@@ -266,4 +158,3 @@ hue-6-2: #e6c07b ...@@ -266,4 +158,3 @@ hue-6-2: #e6c07b
.hljs-link { .hljs-link {
text-decoration: underline; text-decoration: underline;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment