forked from Recognition101/bluebird-dash-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
41 lines (36 loc) · 936 Bytes
/
style.css
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
body {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
"Helvetica Neue", Helvetica, Arial, "Lucida Grande",
sans-serif;
font-weight: 300;
}
code {
font-family: Consolas, "Andale Mono WT", "Andale Mono",
"Lucida Console", "Lucida Sans Typewriter",
"DejaVu Sans Mono", "Bitstream Vera Sans Mono",
"Liberation Mono", "Nimbus Mono L", Monaco, "Courier New",
Courier, monospace;
}
a {
text-decoration: none;
font-color: #0077cc;
}
a:hover {
text-decoration: underline;
}
hr {
border: 0px none transparent;
border-top: border-top: 1px solid #e8e8e8;
}
h5 {
font-size: 1.2em;
}
pre {
padding: 1em 1.6em 1em 1.2em;
vertical-align: top;
background: #f8f8f8;
border: 1px solid #e8e8e8;
border-width: 1px 1px 1px 6px;
margin: -0.5em 0 1.1em;
overflow-x: auto;
}