Skip to content

Commit a1f0646

Browse files
RoyEJohnsonCopilotclaude
committed
Minor lint stuff
Co-Authored-By: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 7c1a4a6 commit a1f0646

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

src/app/content/components/Attribution.css

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
/* Content text width constraint - from contentTextStyle */
4646
max-width: var(--content-text-width, 80rem);
4747
margin: 0 auto;
48-
4948
font-weight: 500;
5049
list-style: none;
5150

@@ -81,14 +80,14 @@
8180
/* Summary is clickable */
8281
.attribution-summary {
8382
cursor: pointer;
84-
color: var(--link-color, #027EB5);
83+
color: var(--link-color, #027eb5);
8584
text-decoration: none;
8685
}
8786

8887
.attribution-summary:hover,
8988
.attribution-summary:focus {
9089
text-decoration: underline;
91-
color: var(--link-hover, #0064A0);
90+
color: var(--link-hover, #0064a0);
9291
}
9392

9493
/* Icon styles */
@@ -135,11 +134,11 @@
135134

136135
/* Link styling within attribution content */
137136
.attribution-content a {
138-
color: var(--link-color, #027EB5);
137+
color: var(--link-color, #027eb5);
139138
cursor: pointer;
140139
text-decoration: underline;
141140
}
142141

143142
.attribution-content a:hover {
144-
color: var(--link-hover, #0064A0);
143+
color: var(--link-hover, #0064a0);
145144
}

0 commit comments

Comments
 (0)