Skip to content

Commit 9b5f908

Browse files
committed
Use text-muted variable for links
Standardize link styling by replacing the cross-reference color with the muted text color to align with updated design guidelines
1 parent 5f2b655 commit 9b5f908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/styles/colors.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ h2 {
3232
}
3333

3434
a {
35-
color: var(--cross-reference-color);
35+
color: var(--text-muted);
3636
}
3737

3838
input {

0 commit comments

Comments
 (0)