-The Dream Cancel Wiki has successfully upgraded it's wiki software and editing has returned. Tables for data have returned.
Template:Clr/styles.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m KojoZero moved page Template:Color/styles.css to Template:Clr/styles.css over redirect: Testing Colors, debugging |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<pre> | |||
/* KOF A button (RED)*/ | /* KOF A button (RED)*/ | ||
.text-color--1 { | .text-color--1 { | ||
Line 20: | Line 19: | ||
color: #046978; | color: #046978; | ||
} | } | ||
</pre> |
Latest revision as of 01:52, 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; }