/
githubmirror
/
gogs
Обзор
Документация
Войти
/
githubmirror
/
gogs
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
latest-commit-build
docs/styles/style.css
62 строки
1 KB
ᴊᴏᴇ ᴄʜᴇɴ
web: remove the install page (#8350)
10 июн 2026, 17:11
Не верифицирован
10 июн 2026, 17:11
4721a25
Код
Авторство
О чём код?
@import url('https://fonts.googleapis.com/css2?family=Geist+Mono:wght@400;500;600&display=swap'); /* Apply Geist Mono to all code blocks and inline code. The body font (Geist) is loaded by Mintlify via docs.json `fonts.family`. */ code, kbd, samp, pre, .font-mono { font-family: 'Geist Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace !important; } /* Fix sidebar HTTP method badge overflow for PATCH (5-char badge exceeds the default 32px container) */ .method-nav-pill { width: 2.5rem !important; } /* Carbon Ads — below table of contents */ #gogs-carbon-ad { margin-top: 1rem; border-top: 1px solid hsl(0 0% 90%); } .dark #gogs-carbon-ad { border-top-color: hsl(0 0% 22%); } #carbonads { margin-top: 1.5rem; display: block; padding: 0.75rem; border-radius: 6px; background: hsl(0 0% 98%); font-size: 0.8125rem; line-height: 1.4; } .dark #carbonads { color: darkgray; background: hsl(0 0% 12%); } #carbonads .carbon-img { display: flex; justify-content: center; margin-bottom: 0.5rem; } #carbonads .carbon-img img { max-width: 100%; border-radius: 4px; } /* wwads — above table of contents */ #gogs-wwads { margin-top: -1.5rem; margin-bottom: 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid hsl(0 0% 90%); } .dark .wwads-cn { background: hsl(0 0% 12%); border-bottom-color: hsl(0 0% 22%); } .dark .wwads-cn .wwads-text { color: darkgray; }