Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Gadget-Colortable.css: Difference between revisions

MediaWiki interface page
(add yellow)
(adjust colors, especially dark theme)
Line 2: Line 2:
text-align: center;
text-align: center;
--green-l: #c8ffc8;
--green-l: #a7f6b0;
--red-l: #ffc8c8;
--red-l: #fabfb9;
--blue-l: #c8c8ff;
--blue-l: #bfd4ff;
--yellow-l: #eee8aa;
--yellow-l: #fff9ac;
--green-d: #4b804b;
--green-d: #30623c;
--red-d: #804b4b;
--red-d: #5c312e;
--blue-d: #4b4b80;
--blue-d: #383477;
--yellow-d: #746f3d;
--yellow-d: #5e5324;
--green: var(--green-l);
--green: var(--green-l);
--red: var(--red-l);
--red: var(--red-l);
--blue: var(--blue-l);
--blue: var(--blue-l);