feat: 50 игр на Lua + импорт Roblox для всех + поддержка Lua в плеере #39

Merged
min merged 215 commits from feat/lua-50-games-bundle into main 2026-06-09 21:59:25 +00:00
2 changed files with 9 additions and 7 deletions
Showing only changes of commit 836688bd4f - Show all commits

View File

@ -823,13 +823,14 @@ const INLINE_STYLES = `
.docsSectionBody b { color: #0f172a; font-weight: 800; } .docsSectionBody b { color: #0f172a; font-weight: 800; }
.docsSectionBody h4 { font-family: inherit; } .docsSectionBody h4 { font-family: inherit; }
.docsSectionBody code { .docsSectionBody code {
background: #e0e8ff; background: #fff5e0;
color: #3357ff; color: #b14400;
padding: 2px 7px; padding: 2px 7px;
border-radius: 6px; border-radius: 6px;
font-family: Consolas, Menlo, "Courier New", monospace; font-family: Consolas, Menlo, "Courier New", monospace;
font-size: 13px; font-size: 13px;
font-weight: 700; font-weight: 700;
border: 1px solid #f5d8a8;
} }
/* kbd */ /* kbd */

View File

@ -243,11 +243,12 @@ export const DOCS_LANG_STYLES = `
width: 25%; width: 25%;
color: #aab0c8; color: #aab0c8;
} }
.docTable code { /* Код-плашки в моих docLang-таблицах наследуют .docsSectionBody code
background: #0e1020; (тёплый янтарь на светлом). Перебиваем только если внутри тёмной LangTabs. */
padding: 1px 5px; .docsLangTabs__body .docTable code {
border-radius: 3px; background: #2a2f4a;
font-size: 12px; color: #ffd86b;
border: 1px solid #3a4068;
} }
.langChoiceOverlay { .langChoiceOverlay {