inline for neon and update dashboard styles

This commit is contained in:
IluaAir
2025-10-12 23:29:16 +03:00
parent be3181ca00
commit 36926c9974
2 changed files with 22 additions and 1 deletions

View File

@@ -58,6 +58,23 @@
}
}
/*-- Inline Sign Styles for Headers --*/
.sign-inline {
font-family: "Carry-You", cursive;
font-size: 3rem;
line-height: 1;
color: #c6e2ff;
animation: neon .08s ease-in-out infinite alternate;
}
.sign-pink-inline {
font-family: "Carry-You", cursive;
font-size: 3rem;
line-height: 1;
color: #ffc5ec;
animation: neon-pink .08s ease-in-out infinite alternate;
}
@keyframes neon {
from {