Difference between revisions of "Template:Clr/styles.css"

From Dream Cancel Wiki
Jump to navigation Jump to search
m
Tag: Manual revert
Line 1: Line 1:
<pre>
/* KOF A button (RED)*/
/* KOF A button (RED)*/
.text-color--20 {
.text-color--1 {
   color: #ee1c24;
   color: #ee1c24;
}
}


/* KOF B button (YELLOW)*/
/* KOF B button (YELLOW)*/
.text-color--21 {
.text-color--2 {
   color: #fff200;
   color: #fff200;
}
}


/* KOF C button (GREEN)*/
/* KOF C button (GREEN)*/
.text-color--22 {
.text-color--3 {
   color: #13e321;
   color: #13e321;
}
}


/* KOF D button (BLUE)*/
/* KOF D button (BLUE)*/
.text-color--23 {
.text-color--4 {
   color: #046978;
   color: #046978;
}
}
</pre>

Revision as of 00:15, 14 November 2022

/* KOF A button (RED)*/
.text-color--1 {
  color: #ee1c24;
}

/* KOF B button (YELLOW)*/
.text-color--2 {
  color: #fff200;
}

/* KOF C button (GREEN)*/
.text-color--3 {
  color: #13e321;
}

/* KOF D button (BLUE)*/
.text-color--4 {
  color: #046978;
}