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.
2 parents c4f07dc + 1d1f450 commit f1f7107Copy full SHA for f1f7107
2 files changed
app/assets/main.css
@@ -153,6 +153,7 @@
153
--fg: oklch(1 0 0);
154
--fg-muted: oklch(0.769 0 0);
155
--fg-subtle: oklch(0.693 0 0);
156
+
157
/* border, separator colors */
158
--border: oklch(0.769 0 0);
159
--border-subtle: oklch(0.739 0 0);
@@ -274,8 +275,7 @@ dd {
274
275
}
276
277
/* Shiki theme colors */
-/* html.light .shiki { */
278
-html .shiki {
+html.light .shiki {
279
color: var(--shiki-light) !important;
280
background-color: var(--shiki-light-bg) !important;
281
i18n/locales/fr-FR.json
@@ -1485,5 +1485,6 @@
1485
"message": "Pour un usage commercial, veuillez nous contacter.",
1486
"discord_link_text": "Discussion Discord"
1487
1488
- }
+ },
1489
+ "alt_logo_kawaii": "Une version mignonne, arrondie et colorée du logo npmx."
1490
0 commit comments