MediaWiki:Common.css: Difference between revisions

From Visual Citadel
No edit summary
(add color pallete)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
html, :root {
:root {
   --kyu-accent-hue: 185;
   --vc-accent-red: rgb(255,67,93);
   --accent-color: hsl(var(--kyu-accent-hue), 100%, 40%);
   --vc-accent-yellow: rgb(255,188,77);
   --search-background-color: hsl(var(--kyu-accent-hue), 100%, 26%);
   --vc-accent-green: rgb(51,219,127);
   --search-hover-color: hsl(var(--kyu-accent-hue), 100%, 22%);
   --vc-accent-blue: rgb(19,159,255);
   --page-tools-icon-color: var(--accent-color);
   --vc-accent-magenta: rgb(172,67,255);
}
}

Latest revision as of 19:33, 5 July 2025

:root {
  --vc-accent-red: rgb(255,67,93);
  --vc-accent-yellow: rgb(255,188,77);
  --vc-accent-green: rgb(51,219,127);
  --vc-accent-blue: rgb(19,159,255);
  --vc-accent-magenta: rgb(172,67,255);
}