User:PoolloverNathan/common.css

From FiguraMC
Revision as of 02:57, 27 September 2024 by PoolloverNathan (talk | contribs) (the prophecy foretells that my usercss will make .nathans-usercss-makes-this-blink blink)

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 {
  --figura-awesome-blue: #5ea5ff;
  --figura-purple: #a672ef;
  --figura-blue: #00f0ff;
  --figura-soft-blue: #99bbee;
  --figura-red: #ff2400;
  --figura-orange: #ffc400;
  --figura-cheese: #f8c53a;
  --figura-lua-log: #5555ff;
  --figura-lua-error: #ff5555;
  --figura-lua-ping: #a155da;
  --figura-default: #5aaaff;
  --figura-discord: #5865f2;
  --figura-kofi: #27aae0;
  --figura-github: #ffffff;
  --figura-modrinth: #1bd96a;
  --figura-curseforge: #f16436;
}

@keyframes nathan-blink {
	00%, 40% { opacity: 1.0; }
	50%, 90% { opacity: 0.5; }
}

.nathans-usercss-makes-this-blink {
	animation: nathan-blink 1s 3 linear;
}

body {
  background-color: #303446 !important;
  color: #c6d0f5 !important;
}