solarized-light.css
1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
/*---------------------------------------------------
LESS Elements 0.9
---------------------------------------------------
A set of useful LESS mixins
More info at: http://lesselements.com
---------------------------------------------------*/
/**
* https://github.com/rhiokim/markdown-css
* solarized-light style
* made by rhio.kim
* powered by http://ethanschoonover.com/solarized
*/.solarized-light {
padding: 20px;
color: #737373;
font-size: 15px;
background: #fdf6e3;
-webkit-font-smoothing: antialiased;
}
.solarized-light a {
color: #1e6ea7;
}
.solarized-light a:hover {
color: #268bd2;
}
.solarized-light h1,
.solarized-light h2,
.solarized-light h3,
.solarized-light h4,
.solarized-light h5 {
color: #b58900;
}
.solarized-light h2 {
border-bottom: 1px solid #f6d784;
line-height: 1.7em;
}
.solarized-light h6 {
color: #9c7600;
}
.solarized-light hr {
border: 1px solid #fae7b3;
}
.solarized-light pre > code {
font-size: .9em;
}
.solarized-light blockquote {
border-left: 4px solid #fae7b3;
padding: 0 15px;
font-style: italic;
}
.solarized-light table {
background-color: #fdf4dd;
}
.solarized-light table tr th,
.solarized-light table tr td {
border: 1px solid #fae7b3;
}
.solarized-light table tr:nth-child(2n) {
background-color: #fef8ea;
}
/**
* after less
*/