Skip to content

Commit 20eecc1

Browse files
committed
Fix inline link styling to match site design across all text containers
1 parent 49cb470 commit 20eecc1

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

index.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@
165165
margin-bottom: 48px;
166166
line-height: 1.8;
167167
}
168+
.section-intro a, .section-intro a:visited { color: var(--accent); text-decoration: none; }
169+
.section-intro a:hover { opacity: 0.7; }
168170

169171
/* Tags */
170172
.tags { display: flex; flex-wrap: wrap; gap: 6px; }
@@ -484,6 +486,8 @@
484486
line-height: 1.7;
485487
flex: 1;
486488
}
489+
.oss-desc a, .oss-desc a:visited { color: var(--accent); text-decoration: none; }
490+
.oss-desc a:hover { opacity: 0.7; }
487491
.oss-link {
488492
font-family: var(--font-m);
489493
font-size: 13px;
@@ -588,7 +592,7 @@
588592
line-height: 1.65;
589593
}
590594
.ri-text strong { color: var(--text); font-weight: 400; }
591-
.ri-text a {
595+
.ri-text a, .ri-text a:visited {
592596
display: inline-block;
593597
margin-top: 8px;
594598
font-family: var(--font-m);
@@ -647,6 +651,8 @@
647651
color: var(--accent);
648652
margin-bottom: 8px;
649653
}
654+
.work-client a, .work-client a:visited { color: var(--accent); text-decoration: none; }
655+
.work-client a:hover { opacity: 0.7; }
650656
.work-title {
651657
font-family: var(--font-d);
652658
font-weight: 700;
@@ -694,6 +700,8 @@
694700
}
695701
.work-detail-inner p strong { color: var(--text); font-weight: 400; }
696702
.work-detail-inner p em { color: var(--text); font-style: italic; }
703+
.work-detail-inner p a, .work-detail-inner p a:visited { color: var(--accent); text-decoration: none; }
704+
.work-detail-inner p a:hover { opacity: 0.7; }
697705
.work-outcome {
698706
display: inline-flex;
699707
align-items: center;
@@ -763,6 +771,8 @@
763771
line-height: 1.8;
764772
}
765773
.about-text p strong { color: var(--text); font-weight: 400; }
774+
.about-text p a, .about-text p a:visited { color: var(--accent); text-decoration: none; }
775+
.about-text p a:hover { opacity: 0.7; }
766776
.skills-grid {
767777
display: grid;
768778
grid-template-columns: 1fr 1fr;

0 commit comments

Comments
 (0)