summaryrefslogtreecommitdiffstats
path: root/examples/nodejs-mongodb-mongoose-restify/css/theme.css
blob: 12402ee31c321c37e0e654b645a3b563a4e33801 (plain)
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
.container {
  background-color: #fff;
}
body {
  color: #444;
}

code {
  border:1px dashed #E1E1E1;
  color:#333344;
  background:#FAFAFA;
  font-family:monospace;
  overflow:auto;
  font-size:11px;
  padding:0.2em;
}

a, a:visited {
  color: #444;
}
 
a:hover {
  color: #000;
  text-decoration: none;
} 

.un-bulleted {
  list-style: none;
}