File size: 319 Bytes
ee2f29d
87e538e
 
 
1e119f1
 
 
64e4043
cfb5ba8
 
 
87e538e
5b68a95
 
 
 
4a8a988
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.content {
  background: #FFEEEE;
  background: -webkit-linear-gradient(to right, #DDEFBB, #FFEEEE);
  background: linear-gradient(to right, #DDEFBB, #FFEEEE);
}

.panel-header {
  color: black !important;
}

.panel {
  background: rgba(255, 255, 255, 0.5);
}

.component-set {
  background: rgba(255, 255, 255, 0.5);
}