We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15efca0 commit 3350082Copy full SHA for 3350082
app/javascript/css/components/code.scss
@@ -40,18 +40,21 @@
40
41
& .code-title {
42
font-weight: 600;
43
- /* color: rgb(209 213 219 / var(--tw-text-opacity)); */
44
display: block;
45
text-align: center;
46
line-height: 1;
47
48
& a {
49
font-family: var(--sans-serif);
50
- font-weight: normal;
51
gap: 0.25rem;
52
align-items: center;
53
display: flex;
54
- color: var(--joy-text);
+ font-weight: bold;
+ color: var(--joy-light);
+ text-decoration: none;
55
+ & svg {
56
+ fill: var(--joy-light);
57
+ }
58
}
59
60
0 commit comments