MediaWiki:Common.css

From ICTED-WIKI
Revision as of 05:02, 24 March 2026 by WikiSysop (talk | contribs) (Replaced content with ":root { --bg: #f4f7ff; --card-bg: #ffffff; --primary: #6366f1; →‎neon indigo: --secondary: #22c55e; →‎neon green: --accent: #f43f5e; →‎neon pink/red: --highlight: #0ea5e9; →‎cyan: --text: #1f2937; }")
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
:root {
  --bg: #f4f7ff;
  --card-bg: #ffffff;
  --primary: #6366f1;   /* neon indigo */
  --secondary: #22c55e; /* neon green */
  --accent: #f43f5e;    /* neon pink/red */
  --highlight: #0ea5e9; /* cyan */
  --text: #1f2937;
}