We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66fd9f9 commit fc55464Copy full SHA for fc55464
1 file changed
PAL/style.css
@@ -1320,4 +1320,30 @@ section {
1320
1321
.footer a:hover {
1322
color: var(--accent-color) !important;
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