mNo edit summary |
m the prophecy foretells that my usercss will make .nathans-usercss-makes-this-blink blink |
||
Line 16: | Line 16: | ||
--figura-modrinth: #1bd96a; | --figura-modrinth: #1bd96a; | ||
--figura-curseforge: #f16436; | --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; | |||
} | } | ||
Revision as of 02:57, 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 3 linear;
}
body {
background-color: #303446 !important;
color: #c6d0f5 !important;
}