Skip to content

Commit 7715d63

Browse files
authored
Merge branch 'main' into feat/changelog-1
2 parents a4f7218 + 1d1f450 commit 7715d63

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
@@ -1499,5 +1499,6 @@
14991499
},
15001500
"rate_limit_ungh": "Désolé, la limite de requêtes à l'API GitHub a été atteinte, réessayez plus tard",
15011501
"version_unavailable": "La version demandée n'est pas disponible."
1502-
}
1502+
},
1503+
"alt_logo_kawaii": "Une version mignonne, arrondie et colorée du logo npmx."
15031504
}

0 commit comments

Comments
 (0)