UNPKG

1.71 kBCSSView Raw
1/*---------------------------------------------------
2 LESS Elements 0.9
3 ---------------------------------------------------
4 A set of useful LESS mixins
5 More info at: http://lesselements.com
6 ---------------------------------------------------*/
7/**
8 * https://github.com/rhiokim/markdown-css
9 * solarized-light style
10 * made by rhio.kim
11 * powered by http://ethanschoonover.com/solarized
12 */
13.github {
14 padding: 20px;
15 font-family: "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", "STHeiti", "SimSun", "Segoe UI", AppleSDGothicNeo-Medium, 'Malgun Gothic', Arial, freesans, sans-serif;
16 font-size: 15px;
17 background: #ffffff;
18 line-height: 1.6;
19 -webkit-font-smoothing: antialiased;
20}
21.github a {
22 color: #3269a0;
23}
24.github a:hover {
25 color: #4183c4;
26}
27.github h2 {
28 border-bottom: 1px solid #e6e6e6;
29 line-height: 1.6;
30}
31.github h6 {
32 color: #777;
33}
34.github hr {
35 border: 1px solid #e6e6e6;
36}
37.github pre > code {
38 font-size: .9em;
39 font-family: Consolas, Inconsolata, Courier, monospace;
40}
41.github p > code,
42.github li > code,
43.github td > code,
44.github h1 > code,
45.github h2 > code,
46.github h3 > code,
47.github h4 > code,
48.github h5 > code,
49.github h6 > code,
50.github blockquote > code {
51 background-color: rgba(0, 0, 0, 0.07);
52 font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
53 font-size: 85%;
54 padding: 0.2em 0.5em;
55 border: 0;
56}
57.github blockquote {
58 border-left: 4px solid #e6e6e6;
59 padding: 0 15px;
60 font-style: italic;
61}
62.github table {
63 background-color: #fafafa;
64}
65.github table tr th,
66.github table tr td {
67 border: 1px solid #e6e6e6;
68}
69.github table tr:nth-child(2n) {
70 background-color: #f2f2f2;
71}
72/**
73 * after less
74 */