Skip to content

Commit f1f7107

Browse files
Merge branch 'main' into sb-design-guidelines
2 parents c4f07dc + 1d1f450 commit f1f7107

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

app/assets/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@
153153
--fg: oklch(1 0 0);
154154
--fg-muted: oklch(0.769 0 0);
155155
--fg-subtle: oklch(0.693 0 0);
156+
156157
/* border, separator colors */
157158
--border: oklch(0.769 0 0);
158159
--border-subtle: oklch(0.739 0 0);
@@ -274,8 +275,7 @@ dd {
274275
}
275276

276277
/* Shiki theme colors */
277-
/* html.light .shiki { */
278-
html .shiki {
278+
html.light .shiki {
279279
color: var(--shiki-light) !important;
280280
background-color: var(--shiki-light-bg) !important;
281281

i18n/locales/fr-FR.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1485,5 +1485,6 @@
14851485
"message": "Pour un usage commercial, veuillez nous contacter.",
14861486
"discord_link_text": "Discussion Discord"
14871487
}
1488-
}
1488+
},
1489+
"alt_logo_kawaii": "Une version mignonne, arrondie et colorée du logo npmx."
14891490
}

0 commit comments

Comments
 (0)