summaryrefslogtreecommitdiff
path: root/website/static/css/override.css
blob: 137f926603a64b9dab41dd6a223c985ff781e371 (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
30
.clearfix{
  clear: both;
}
.top-bar .title-area h1 a{
  font-family: gtrg;
  font-size: 12px;
}
.top-bar-section li{
  font-family: gtrg;
  font-size: 12px;
}
.breadcrumbs{
  background-color: transparent;
  border: none;
  padding-left: 0;
  padding-top: 0;
}
.breadcrumbs > *:before {
  content: "/";
  color: #424242;
  margin: 0 0.75em;
  position: relative;
  top: 1px; 
}
.breadcrumbs a{
  color: #222222;
}
.breadcrumbs .current a{
  color: #ffffff;
}