aboutsummaryrefslogtreecommitdiff
path: root/examples/scalatex-example/docs/static/style.css
blob: 36547e09ef92ae4a18d510c8b76f5b10c28da427 (plain) (blame)
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
@import url('https://fonts.googleapis.com/css?family=Muli');
body{
  font-family: 'Muli', sans-serif;
  width: 600px;
  left: 50%;
  margin-left: -300px;
  position: absolute;
}

h1, h2, h3, h4, h5, h6{
  color: #007bbf;
}

.path-readme li{
  font-size: 30px;
}

pre{
  display: block;
  border-top: 0px;
  border-bottom: 0px;
  border-left: 0;
  border-right: 0;
  border-color: #007bbf;
  border-style: solid;
  padding: 5px 0;
}

pre.inline{
  display: inline;
  border: 0;
}