Template:Clr/styles.css: Difference between revisions

Template page
No edit summary
(Changed the colors of UMvC3 L, H and S)
Line 1: Line 1:
/* UMvC3 Light (Blue) */
/* UMvC3 Light (Blue) */
.text-color--1 {
.text-color--1 {
   color: #0a75cb;
   color: #7dffff;
}
}


Line 11: Line 11:
/* UMvC3 Heavy (Red) */
/* UMvC3 Heavy (Red) */
.text-color--3 {
.text-color--3 {
   color: #d70520;
   color: #ff4242;
}
}


/* UMvC3 Special (Green) */
/* UMvC3 Special (Green) */
.text-color--4 {
.text-color--4 {
   color: #05a942;
   color: #00d142;
}
}



Revision as of 14:43, 6 August 2022

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

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

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

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

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

/* 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;
}