hugo-PaperMod/assets/css/hljs/an-old-hope.min.css

64 lines
784 B
CSS
Raw Normal View History

2020-07-20 15:19:00 +02:00
.hljs-comment,
.hljs-quote {
color: #b6b18b;
2020-07-20 15:19:00 +02:00
}
.hljs-deletion,
2020-07-20 15:19:00 +02:00
.hljs-name,
.hljs-regexp,
.hljs-selector-class,
.hljs-selector-id,
.hljs-tag,
.hljs-template-variable,
.hljs-variable {
color: #eb3c54;
2020-07-20 15:19:00 +02:00
}
.hljs-built_in,
.hljs-builtin-name,
.hljs-link,
2020-07-20 15:19:00 +02:00
.hljs-literal,
.hljs-meta,
.hljs-number,
.hljs-params,
.hljs-type {
color: #e7ce56;
2020-07-20 15:19:00 +02:00
}
.hljs-attribute {
color: #ee7c2b;
2020-07-20 15:19:00 +02:00
}
.hljs-addition,
2020-07-20 15:19:00 +02:00
.hljs-bullet,
.hljs-string,
.hljs-symbol {
color: #4fb4d7;
2020-07-20 15:19:00 +02:00
}
.hljs-section,
.hljs-title {
color: #78bb65;
2020-07-20 15:19:00 +02:00
}
.hljs-keyword,
.hljs-selector-tag {
color: #b45ea4;
2020-07-20 15:19:00 +02:00
}
.hljs {
display: block;
overflow-x: auto;
background: #1c1d21;
2020-07-20 15:19:00 +02:00
color: #c0c5ce;
padding: .5em;
2020-07-20 15:19:00 +02:00
}
.hljs-emphasis {
font-style: italic;
2020-07-20 15:19:00 +02:00
}
.hljs-strong {
font-weight: 700;
}