projects
/
pharext
/
pharext.org
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
|
github
history
|
raw
|
HEAD
update composer
[pharext/pharext.org]
/
public
/
highlight
/
styles
/
mono-blue.css
1
/*
2
Five-color theme from a single blue hue.
3
*/
4
.hljs
{
5
display
:
block
;
6
overflow-x
:
auto
;
7
padding
:
0.5em
;
8
background
:
#eaeef3
;
9
-webkit-text-size-adjust
:
none
;
10
}
11
12
.
hljs
,
13
.hljs-list .hljs-built_in
{
14
color
:
#00193a
;
15
}
16
17
.
hljs-keyword
,
18
.
hljs-title
,
19
.
hljs-important
,
20
.
hljs-request
,
21
.
hljs-header
,
22
.hljs-javadoctag
{
23
font-weight
:
bold
;
24
}
25
26
.
hljs-comment
,
27
.hljs-chunk
{
28
color
:
#738191
;
29
}
30
31
.
hljs-string
,
32
.
hljs-title
,
33
.
hljs-parent
,
34
.
hljs-built_in
,
35
.
hljs-literal
,
36
.
hljs-filename
,
37
.
hljs-value
,
38
.
hljs-addition
,
39
.
hljs-tag
,
40
.
hljs-argument
,
41
.
hljs-link_label
,
42
.
hljs-blockquote
,
43
.
hljs-header
,
44
.hljs-name
{
45
color
:
#0048ab
;
46
}
47
48
.
hljs-decorator
,
49
.
hljs-prompt
,
50
.
hljs-yardoctag
,
51
.
hljs-subst
,
52
.
hljs-symbol
,
53
.
hljs-doctype
,
54
.
hljs-regexp
,
55
.
hljs-preprocessor
,
56
.
hljs-pragma
,
57
.
hljs-pi
,
58
.
hljs-attribute
,
59
.
hljs-attr_selector
,
60
.
hljs-javadoc
,
61
.
hljs-xmlDocTag
,
62
.
hljs-deletion
,
63
.
hljs-shebang
,
64
.
hljs-string
.
hljs-variable
,
65
.
hljs-link_url
,
66
.
hljs-bullet
,
67
.
hljs-sqbracket
,
68
.hljs-phony
{
69
color
:
#4c81c9
;
70
}