User:PoolloverNathan/common.css: Difference between revisions

From FiguraMC
m the prophecy foretells that my usercss will make .nathans-usercss-makes-this-blink blink
m full-word spoonerism
Line 24: Line 24:


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



Revision as of 02:58, 27 September 2024

: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 linear 3;
}

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