This commit is contained in:
gurusabarish
2022-03-24 18:42:53 +05:30
parent 47bde42590
commit 708d0a0022
9 changed files with 109 additions and 108 deletions
-15
View File
@@ -1,18 +1,3 @@
@keyframes fade-up {
0% {
transform: translateY(-10px);
opacity: 0;
}
100% {
transform: translateY(0);
opacity: 1;
}
}
header .navbar {
animation: fade-up 0.5s ease-in;
}
header .navbar .navbar-nav a {
color: var(--text-color) !important;
}