Skip to content

Commit 3350082

Browse files
committed
CSS fix for app file header
1 parent 15efca0 commit 3350082

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

app/javascript/css/components/code.scss

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,21 @@
4040

4141
& .code-title {
4242
font-weight: 600;
43-
/* color: rgb(209 213 219 / var(--tw-text-opacity)); */
4443
display: block;
4544
text-align: center;
4645
line-height: 1;
4746

4847
& a {
4948
font-family: var(--sans-serif);
50-
font-weight: normal;
5149
gap: 0.25rem;
5250
align-items: center;
5351
display: flex;
54-
color: var(--joy-text);
52+
font-weight: bold;
53+
color: var(--joy-light);
54+
text-decoration: none;
55+
& svg {
56+
fill: var(--joy-light);
57+
}
5558
}
5659
}
5760
}

0 commit comments

Comments
 (0)