Template:Clr/styles.css

From Dream Cancel Wiki
< Template:Clr
Revision as of 23:56, 13 November 2022 by KojoZero (talk | contribs) (Created page with "→‎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; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

}