summaryrefslogtreecommitdiffstats
path: root/docs/_static/my-styles.css
blob: 86e7ea822b16fb17894216581a92d09865b9030b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
body{
	font-family:"Arial", Helvetica, sans-serif;
}

.navbar-brand img {
    height: 200%;
    margin-top: -5%;
}

.navbar, h1, h2, h3, h4, h5, h6 {
	font-family: "Arial",sans-serif;
}

.navbar-fixed-top {
    top: 10px
}

.navbar-text{
	color: #676767;
}