Animation Added and Gif file updated
This commit is contained in:
@@ -52,7 +52,6 @@ h6 {
|
||||
}
|
||||
|
||||
.text-gradient {
|
||||
/* Updated to a silver/white shimmer instead of colors */
|
||||
background: linear-gradient(135deg, #ffffff 0%, #a1a1aa 100%);
|
||||
background-clip: text;
|
||||
-webkit-background-clip: text;
|
||||
@@ -101,4 +100,14 @@ h6 {
|
||||
50% {
|
||||
opacity: 0.5;
|
||||
}
|
||||
}
|
||||
@layer utilities {
|
||||
.scrollbar-none {
|
||||
-ms-overflow-style: none;
|
||||
scrollbar-width: none;
|
||||
}
|
||||
|
||||
.scrollbar-none::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user