Template:Clr/styles.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 21: Line 21:
/* UMvC3 Assist 1 (Purple) */
/* UMvC3 Assist 1 (Purple) */
.text-color--5 {
.text-color--5 {
   color: #DC3FCF;
   color: #b10974;
}
}



Revision as of 20:39, 19 February 2023

/* UMvC3 Light (Blue) */
.text-color--1 {
  color: #33d9ff;
}

/* UMvC3 Medium (Yellow) */
.text-color--2 {
  color: #f0e83e;
}

/* UMvC3 Heavy (Red) */
.text-color--3 {
  color: #ff5656;
}

/* UMvC3 Special (Green) */
.text-color--4 {
  color: #2ad35d;
}

/* UMvC3 Assist 1 (Purple) */
.text-color--5 {
  color: #b10974;
}

/* UMvC3 Assist 2 (Turquoise)*/
.text-color--6 {
  color: #00bed0;
}

/* Street Fighter Light Punch / Light Kick (Blue) */
.text-color--7 {
  color: #7dffff;
}

/* Street Fighter Medium Punch / Medium Kick (Yellow) */
.text-color--8 {
  color: #ffff01;
}

/* Street Fighter Heavy Punch / Heavy Kick (Red) */
.text-color--9 {
  color: #ff9899;
}

/* UMvC3 Attack (Pink) */
.text-color--10 {
  color: #dc3fcf;
}