Skip to content

Commit 4fa81b2

Browse files
committed
CG
1 parent a2f38b0 commit 4fa81b2

1 file changed

Lines changed: 27 additions & 1 deletion

File tree

CG/style.css

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2211,4 +2211,30 @@ kbd {
22112211
[data-theme="dark"] .mini-project-card {
22122212
background: linear-gradient(-45deg, #0f172a, #1e293b, #2e1065, #0f172a);
22132213
background-size: 400% 400%;
2214-
}
2214+
}
2215+
/*
2216+
* =========================================
2217+
* SCROLL HINT HOVER EFFECT
2218+
* =========================================
2219+
*/
2220+
.scroll-link {
2221+
color: var(--text-secondary) !important;
2222+
text-decoration: none;
2223+
font-size: 0.9rem;
2224+
font-weight: 500;
2225+
display: inline-flex;
2226+
align-items: center;
2227+
gap: 12px;
2228+
transition: all 0.3s ease;
2229+
white-space: nowrap;
2230+
}
2231+
2232+
.scroll-link:hover {
2233+
color: var(--accent-color) !important;
2234+
letter-spacing: 0.5px;
2235+
}
2236+
2237+
.scroll-link .fa-chevron-down {
2238+
font-size: 0.8rem;
2239+
animation: bounce 2s infinite;
2240+
}

0 commit comments

Comments
 (0)