:파이널 판타지 14 직업군/styles.css

최근 편집: 2022년 12월 24일 (토) 10:04
.title {
  font-weight: bold;
  color:white;
  font-size: 0.7rem;
}

.tank {
  background-color: #3B4EAB;
}

.heal {
  background-color: #487B39;
}

.dps {
  background-color:#7C393A;
}

.limited {
  background-color:DimGrey;
}

.classes {
  background-color:Gainsboro;
  font-size: 0.7rem;
}