Changes

681 bytes added ,  17:15, 9 December 2022
no edit summary
Line 1,644: Line 1,644:  
}
 
}
    +
}
 +
 +
token {
 +
  display: inline-block;
 +
  vertical-align: middle;
 +
  margin-left: 2px;
 +
  margin-right: 2px;
 +
  line-height: 0;
 +
  font-family: 'Roboto','Arial';
 +
  font-size: 20px;
 +
  font-weight: bold;
 +
}
 +
.pp-t {
 +
  fill: #141c27;
 +
}
 +
.pp-bg {
 +
  fill: #c0e2ca;
 +
  stroke: black;
 +
  stroke-width: 1px
 +
}
 +
 +
.d-bg {
 +
  fill: #B30044;
 +
  stroke: black
 +
}
 +
 +
.tkn-svg {
 +
  width: auto;
 +
  height: 32px;
 +
}
 +
.d-base-t {
 +
  fill: #f5f8fa;
 +
}
 +
 +
.d-ch-t {
 +
  fill: white;
 +
}
 +
 +
.d-u-t {
 +
  fill: #82939F;
 +
}
 +
 +
.d-r-t {
 +
  fill: #1f2834
 +
}
 +
 +
.d-r-bg {
 +
  fill: white;
 +
  stroke: #B30044;
 +
}
 +
 +
.d-h-bg {
 +
  fill: #141c27;
 +
  stroke: #B30044;
 +
}
 +
 +
.d-c-bg {
 +
  fill: #2D5931;
 +
  stroke: black;
 +
}
 +
 +
.d-u-bg {
 +
  fill: #424C59;
 +
  stroke: black;
 
}
 
}