From 3e6f0389f0cdac7b90970c49f455205563b48ad6 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sun, 7 Mar 2021 11:29:26 +0700 Subject: Initialize a Franklin site --- _libs/highlight/github.min.css | 43 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 _libs/highlight/github.min.css (limited to '_libs/highlight/github.min.css') diff --git a/_libs/highlight/github.min.css b/_libs/highlight/github.min.css new file mode 100644 index 0000000..6bf39bd --- /dev/null +++ b/_libs/highlight/github.min.css @@ -0,0 +1,43 @@ +.hljs { display: block; font-size: 14px; line-height: 1.45em; overflow-x: auto; padding: 0.5em; color: var(--text-color); background: var(--block-background); } + +.hljs-comment, +.hljs-quote { color: #998; font-style: italic; } + +.hljs-keyword, +.hljs-selector-tag, +.hljs-subst { color: var(--text-color); font-weight: 700; } + +.hljs-literal, +.hljs-number, +.hljs-tag .hljs-attr, +.hljs-template-variable, +.hljs-variable { color: teal; } + +.hljs-doctag, +.hljs-string { color: #d14; } + +.hljs-section, +.hljs-selector-id, +.hljs-title { color: #900; font-weight: 700; } +.hljs-subst { font-weight: 400; } + +.hljs-class .hljs-title, +.hljs-type { color: #458; font-weight: 700; } + +.hljs-attribute, +.hljs-name, +.hljs-tag { color: navy; font-weight: 400; } + +.hljs-link, +.hljs-regexp { color: #009926; } + +.hljs-bullet, +.hljs-symbol { color: #990073; } + +.hljs-built_in, +.hljs-builtin-name { color: #0086b3; } +.hljs-meta { color: var(--text-color); font-weight: 700; } +.hljs-deletion { background: #fdd; } +.hljs-addition { background: #dfd; } +.hljs-emphasis { font-style: italic; } +.hljs-strong { font-weight: 700; } -- cgit 1.4.1