-
Notifications
You must be signed in to change notification settings - Fork 6
/
style.css
51 lines (40 loc) · 972 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
42
43
44
45
46
47
48
49
50
51
@font-face {
font-family: 'Gill Sans';
src: url(fonts/gillsans.eot);
src: local("gillsans"), url(fonts/gillsans.woff) format("woff"), url(fonts/gillsans.ttf) format("truetype"); }
html, body {
background-color: #e2e3e8;
color: #535353;
font-family: 'Droid Sans', sans-serif; }
pre {
background-color: transparent;
border-color: #555;
padding: 0; }
code {
background-color: #535353;
color: #9cbbd4; }
.markdown-page {
margin-bottom: 50px; }
h1, h2, h3 {
font-family: 'Gill Sans', sans-serif;
text-transform: uppercase; }
h1 {
margin-top: 30px; }
h2 {
margin-top: 40px; }
a {
color: #6896ba; }
table td, table th {
padding: 5px;
border: 1px solid white; }
.navbar-inverse {
background-color: #535353; }
.navbar-inverse .navbar-brand {
color: #e2e3e8; }
.navbar-inverse .navbar-nav > li > a {
color: #e2e3e8; }
.navbar-inverse .navbar-toggle {
border: 0; }
.navbar {
border-radius: 0px;
border: 0px; }