comparison third_party/highlight/styles/far.css @ 157:2db6253f355d

[ThirdParty] Added highlight library for better readability on blog.
author June Park <parkjune1995@gmail.com>
date Tue, 13 Jan 2026 19:18:47 -0800
parents
children
comparison
equal deleted inserted replaced
156:cd35e600ae34 157:2db6253f355d
1 pre code.hljs {
2 display: block;
3 overflow-x: auto;
4 padding: 1em
5 }
6 code.hljs {
7 padding: 3px 5px
8 }
9 /*
10
11 FAR Style (c) MajestiC <[email protected]>
12
13 */
14 .hljs {
15 color: #0ff;
16 background: #000080
17 }
18 .hljs-subst {
19 /* default */
20
21 }
22 .hljs-string,
23 .hljs-attribute,
24 .hljs-symbol,
25 .hljs-bullet,
26 .hljs-built_in,
27 .hljs-template-tag,
28 .hljs-template-variable,
29 .hljs-addition {
30 color: #ff0
31 }
32 .hljs-keyword,
33 .hljs-selector-tag,
34 .hljs-section,
35 .hljs-type,
36 .hljs-name,
37 .hljs-selector-id,
38 .hljs-selector-class,
39 .hljs-variable {
40 color: #fff
41 }
42 .hljs-comment,
43 .hljs-quote,
44 .hljs-doctag,
45 .hljs-deletion {
46 color: #888
47 }
48 .hljs-number,
49 .hljs-regexp,
50 .hljs-literal,
51 .hljs-link {
52 color: #0f0
53 }
54 .hljs-meta {
55 color: #008080
56 }
57 .hljs-keyword,
58 .hljs-selector-tag,
59 .hljs-title,
60 .hljs-section,
61 .hljs-name,
62 .hljs-strong {
63 font-weight: bold
64 }
65 .hljs-emphasis {
66 font-style: italic
67 }