Skip to content

Commit fc55464

Browse files
committed
PAL
1 parent 66fd9f9 commit fc55464

1 file changed

Lines changed: 27 additions & 1 deletion

File tree

PAL/style.css

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1320,4 +1320,30 @@ section {
13201320

13211321
.footer a:hover {
13221322
color: var(--accent-color) !important;
1323-
}
1323+
}
1324+
/*
1325+
* =========================================
1326+
* SCROLL HINT HOVER EFFECT
1327+
* =========================================
1328+
*/
1329+
.scroll-link {
1330+
color: var(--text-secondary) !important;
1331+
text-decoration: none;
1332+
font-size: 0.9rem;
1333+
font-weight: 500;
1334+
display: inline-flex;
1335+
align-items: center;
1336+
gap: 12px;
1337+
transition: all 0.3s ease;
1338+
white-space: nowrap;
1339+
}
1340+
1341+
.scroll-link:hover {
1342+
color: var(--accent-color) !important;
1343+
letter-spacing: 0.5px;
1344+
}
1345+
1346+
.scroll-link .fa-chevron-down {
1347+
font-size: 0.8rem;
1348+
animation: bounce 2s infinite;
1349+
}

0 commit comments

Comments
 (0)