Skip to content

Commit 604ff27

Browse files
authored
Merge branch 'npmx-dev:main' into module-replacements-v3
2 parents fcb0088 + 1d1f450 commit 604ff27

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
@@ -1484,5 +1484,6 @@
14841484
"message": "Pour un usage commercial, veuillez nous contacter.",
14851485
"discord_link_text": "Discussion Discord"
14861486
}
1487-
}
1487+
},
1488+
"alt_logo_kawaii": "Une version mignonne, arrondie et colorée du logo npmx."
14881489
}

0 commit comments

Comments
 (0)