File size: 178 Bytes
96da3e9
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
/* nav */
.md-tabs__list {
  display: flex;
  justify-content: space-evenly;
}

.md-header, .md-footer {
  background-color: #377c2f;
}

.md-tabs {
  background-color: #1a4e7e;
}